Initial commit
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "anagram-generator"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Rawleenc"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
rand = "0.8"
|
||||
|
||||
[[bin]]
|
||||
name = "anagram-generator"
|
||||
path = "src/main.rs"
|
||||
Reference in New Issue
Block a user