From c810925fce7d5de1845e09538b6943f54f266cb0 Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Sat, 26 Jul 2025 09:01:02 +0300 Subject: Initialized project and added nom as dependency --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3