commit 87fe06f3492107eee5d293a723f1c32893a6fdbd Author: Sithies Date: Mon Mar 16 14:16:39 2026 +0100 initiale Struktur diff --git a/crates/nazarick-core/src/error.rs b/crates/nazarick-core/src/error.rs new file mode 100644 index 0000000..e69de29 diff --git a/crates/nazarick-core/src/traits.rs b/crates/nazarick-core/src/traits.rs new file mode 100644 index 0000000..e69de29 diff --git a/crates/nazarick-core/src/types.rs b/crates/nazarick-core/src/types.rs new file mode 100644 index 0000000..e69de29 diff --git a/crates/nazarick/Cargo.toml b/crates/nazarick/Cargo.toml new file mode 100644 index 0000000..e4e7526 --- /dev/null +++ b/crates/nazarick/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "nazarick" +version = "0.1.0" +edition = "2024" + +[dependencies] \ No newline at end of file diff --git a/crates/nazarick/src/main.rs b/crates/nazarick/src/main.rs new file mode 100644 index 0000000..e69de29 diff --git a/crates/sebas-tian/src/lib.rs b/crates/sebas-tian/src/lib.rs new file mode 100644 index 0000000..e69de29