18 lines
248 B
TOML
18 lines
248 B
TOML
[package]
|
|
name = "mtcs-garage"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "credit5000"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
ed25519-dalek = "2.1.1"
|
|
rand = "0.8.5"
|
|
rs_merkle = "1.4.2"
|
|
sha2 = "0.10.8"
|
|
|
|
[dev-dependencies]
|
|
once_cell = "1.19.0"
|