From ae4ee8c9ffbce7917c2be0e9a9063a14ea230f06 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 21 Apr 2026 14:01:59 +0100 Subject: Init --- 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..af01f42 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "makkai" +version = "0.1.0" +edition = "2024" + +[dependencies] +peg = "0.8.5" -- cgit v1.3.1