From d75f0495a01914c696d33c36c0b676c08e008649 Mon Sep 17 00:00:00 2001 From: wires Date: Thu, 28 Aug 2025 13:12:35 -0400 Subject: initial commit --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2ca9bdc --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "relisp" +version = "0.1.0" +edition = "2024" +authors = ["wires "] +license = "MIT" + +[dependencies] -- cgit 1.4.1