aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Kronqvist <joel.kronqvist@iki.fi>2025-07-26 09:01:02 +0300
committerJoel Kronqvist <joel.kronqvist@iki.fi>2025-07-26 09:01:02 +0300
commitc810925fce7d5de1845e09538b6943f54f266cb0 (patch)
tree7ebbd149f44dd7d4fda558bc176c94ec4389147d /Cargo.toml
downloadmyslip-c810925fce7d5de1845e09538b6943f54f266cb0.tar.gz
myslip-c810925fce7d5de1845e09538b6943f54f266cb0.zip
Initialized project and added nom as dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..8560eb1
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "melisp"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+nom = "8.0.0"