magnetar/ext_webfinger/Cargo.toml

12 lines
254 B
TOML
Raw Permalink Normal View History

[package]
name = "magnetar_webfinger"
2023-07-07 19:22:30 +00:00
version.workspace = true
edition.workspace = true
[lib]
crate-type = ["rlib"]
[dependencies]
2023-07-07 19:22:30 +00:00
magnetar_core = { path = "../core" }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true}