apub/apub-publickey/Cargo.toml

15 lines
445 B
TOML
Raw Normal View History

2021-11-28 02:06:53 +00:00
[package]
name = "apub-publickey"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
apub-core = { version = "0.1.0", path = "../apub-core/" }
apub-privatekey = { version = "0.1.0", path = "../apub-privatekey/" }
2021-11-28 02:06:53 +00:00
async-trait = "0.1.51"
serde = { version = "1", features = ["derive"] }
thiserror = "1"
url = { version = "2", features = ["serde"] }