pigeon_core/Cargo.toml

12 lines
258 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"
2020-10-30 04:22:44 +00:00
authors = ["miirc <miirc@protomail.com>"]
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]
2020-10-30 04:22:44 +00:00
ed25519-dalek = "1.0.1"
2020-11-11 18:10:37 +00:00
regex = "1"