skyums-protocol/Cargo.toml

18 lines
481 B
TOML
Raw Normal View History

2022-06-30 13:26:13 +00:00
[package]
name = "skyums-protocol"
version = "1.0.0"
edition = "2021"
2022-07-02 09:04:37 +00:00
authors = [ "Nicolás A. Ortega Froysa" ]
description = "An implementation of Skyum's Protocol."
readme = "./README.md"
repository = "https://gitlab.com/naortega/skyums-protocol"
license = "Zlib"
2022-06-30 13:26:13 +00:00
# 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"
2022-07-02 10:04:43 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"