diff options
| author | a14m <[email protected]> | 2020-12-15 14:14:41 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-15 14:56:31 +0100 |
| commit | 9b0bce6583ea400cea7bcb90cd2da50edd0db3ac (patch) | |
| tree | 21aa0b734bd72c0f1287fb9795a026559d44f7c5 /CLI/rust/Cargo.toml | |
| parent | adfac4deba6d4fc4d91c2a8d4b42a6d24241bfb0 (diff) | |
Add the basic rust package structure
Diffstat (limited to 'CLI/rust/Cargo.toml')
| -rw-r--r-- | CLI/rust/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml new file mode 100644 index 0000000..39eb416 --- /dev/null +++ b/CLI/rust/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "game-of-life" +version = "0.1.0" +authors = ["a14m <[email protected]>"] +edition = "2018" + +[dependencies] |
