diff options
| author | tslil <tslil@posteo.de> | 2026-04-21 14:01:59 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-23 08:13:04 +0100 |
| commit | ae4ee8c9ffbce7917c2be0e9a9063a14ea230f06 (patch) | |
| tree | 154f34b389801b226ad0ba51c1b2797ed764559b /Cargo.toml | |
Init
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..af01f42 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "makkai" +version = "0.1.0" +edition = "2024" + +[dependencies] +peg = "0.8.5" |
