pigeon_core/Cargo.toml

10 lines
223 B
TOML
Raw Normal View History

2020-10-28 18:58:10 +00:00
[package]
name = "pigeon_core"
2020-10-28 18:58:10 +00:00
version = "0.1.0"
authors = ["miirc"]
2020-10-28 18:58:10 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ed25519-dalek = "1.0.1"