aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2022-08-15 15:49:56 -0600
committercurly <curlybryce@protonmail.com>2022-08-15 15:49:56 -0600
commit462c1f8bf195a1e30b6c05be7a0ec60ee89d230c (patch)
tree6965d94cfaabecef461597cf8de4b30cc225cfdc /Cargo.toml
parent008c2b23c78f8969c9741e537326c13b98c27b58 (diff)
downloadtetris-462c1f8bf195a1e30b6c05be7a0ec60ee89d230c.tar.gz
tetris-462c1f8bf195a1e30b6c05be7a0ec60ee89d230c.tar.bz2
tetris-462c1f8bf195a1e30b6c05be7a0ec60ee89d230c.zip
half working
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 89b7e17..0428edd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+rand = "0.8.5" \ No newline at end of file