summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-02-27 12:22:23 +0100
committerYuval Adam <_@yuv.al>2025-02-27 12:22:23 +0100
commit707218cfd2987f9f3727b314201cf0c456f63f2e (patch)
tree1137681edd3926a96dc9287b5bef6e70a780f567 /Cargo.toml
parentd7958f5f0d90fe5d9c43afe776115feabfb0ebbd (diff)
Initial cargo projHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..1454cc0
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "noisemon"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]