apub/apub-privatekey/Cargo.toml

12 lines
302 B
TOML

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