diff options
author | curly <curlybryce@protonmail.com> | 2022-08-13 17:21:42 -0600 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2022-08-13 17:21:42 -0600 |
commit | 1d1ca2fdae780efdb9d27394f5d3720fe9282c91 (patch) | |
tree | ce6c36767bba6e594d5ea63834041232f058a3ce /Cargo.toml | |
download | tetris-1d1ca2fdae780efdb9d27394f5d3720fe9282c91.tar.gz tetris-1d1ca2fdae780efdb9d27394f5d3720fe9282c91.tar.bz2 tetris-1d1ca2fdae780efdb9d27394f5d3720fe9282c91.zip |
define everthing I can think of
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..89b7e17 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "tetris" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |