aboutsummaryrefslogtreecommitdiff
path: root/crates/xa65/Cargo.toml
blob: a6696bd63d24643404c09ae5f46f9ee2c3cb2bf6 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "xa65"
version = "0.1.0"
edition = "2021"
authors = ["Miquel Sabaté Solà <mikisabate@gmail.com>"]

[dependencies]
clap = { version = "^4", features = ["derive"] }
rand = "0.8.5"