diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-07-26 09:01:02 +0300 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-07-26 09:01:02 +0300 |
commit | c810925fce7d5de1845e09538b6943f54f266cb0 (patch) | |
tree | 7ebbd149f44dd7d4fda558bc176c94ec4389147d /Cargo.toml | |
download | myslip-c810925fce7d5de1845e09538b6943f54f266cb0.tar.gz myslip-c810925fce7d5de1845e09538b6943f54f266cb0.zip |
Initialized project and added nom as dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
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" |