From 8d1d9db24338e86d44d2d5f00b5b95d288036cae Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Sat, 23 Mar 2024 00:58:37 +1300 Subject: Initial --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..21804a9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "spout" +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" +clap = { version = "4.5.2", features = ["derive"] } -- cgit v1.2.1