This commit is contained in:
Unic-X
2023-05-24 14:03:35 +05:30
commit 87f4535f88
5 changed files with 128 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "samaj"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"