diff options
Diffstat (limited to 'compiler/Cargo.toml')
| -rw-r--r-- | compiler/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
| 1 | [package] | ||
| 2 | name = "crispc" | ||
| 3 | version = "0.0.1" | ||
| 4 | edition = "2024" | ||
| 5 | |||
| 6 | [dependencies] | ||
