aboutsummaryrefslogtreecommitdiff
path: root/crates/xa65/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/xa65/Cargo.toml')
-rw-r--r--crates/xa65/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/xa65/Cargo.toml b/crates/xa65/Cargo.toml
new file mode 100644
index 0000000..f268943
--- /dev/null
+++ b/crates/xa65/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "xa65"
+version = "0.1.0"
+edition = "2021"
+authors = ["Miquel Sabaté Solà <mikisabate@gmail.com>"]
+
+[dependencies]
+anyhow = "^1"
+clap = { version = "^4", features = ["derive"] }
+rand = "0.8.5"