keyfork/keyfork-derive-openpgp/Cargo.toml

16 lines
591 B
TOML
Raw Normal View History

[package]
name = "keyfork-derive-openpgp"
version = "0.1.0"
edition = "2021"
2023-11-15 04:19:30 +00:00
license = "AGPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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"] }
2024-01-10 05:23:47 +00:00
ed25519-dalek = "2.0.0"
sequoia-openpgp = { version = "1.16.1", features = ["ed25519"] }
2024-01-10 05:23:47 +00:00
anyhow = "1.0.75"
thiserror = "1.0.49"