skyums-protocol/Cargo.toml

11 lines
215 B
TOML
Raw Normal View History

2022-06-30 13:26:13 +00:00
[package]
name = "skyums-protocol"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-06-30 15:51:48 +00:00
rand = "0.8"
2022-07-02 08:30:00 +00:00
structopt = "0.3"