From 6b5bfd2d33d9aba94eed83ad8b119baa4732f5af Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Wed, 6 May 2026 17:38:28 +0300 Subject: Initial commit --- compiler/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 compiler/Cargo.toml (limited to 'compiler/Cargo.toml') diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml new file mode 100644 index 0000000..d8664c2 --- /dev/null +++ b/compiler/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "crispc" +version = "0.0.1" +edition = "2024" + +[dependencies] -- cgit v1.3