pigeon_core/Cargo.toml

12 lines
258 B
TOML

[package]
name = "pigeon_core"
version = "0.1.0"
authors = ["miirc <miirc@protomail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ed25519-dalek = "1.0.1"
regex = "1"