keyfork/keyfork-derive-openpgp/Cargo.toml

14 lines
547 B
TOML
Raw Normal View History

[package]
name = "keyfork-derive-openpgp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ed25519-dalek = "2.0.0"
keyfork-derive-util = { version = "0.1.0", path = "../keyfork-derive-util", default-features = false, features = ["ed25519"] }
keyforkd-client = { version = "0.1.0", path = "../keyforkd-client", default-features = false, features = ["ed25519"] }
sequoia-openpgp = { version = "1.16.1", features = ["ed25519"] }
thiserror = "1.0.49"