magnetar/ext_webfinger/Cargo.toml

12 lines
254 B
TOML

[package]
name = "magnetar_webfinger"
version.workspace = true
edition.workspace = true
[lib]
crate-type = ["rlib"]
[dependencies]
magnetar_core = { path = "../core" }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true}