diff --git a/acrate-nodeinfo/Cargo.toml b/acrate-nodeinfo/Cargo.toml index d74de93..de30d95 100644 --- a/acrate-nodeinfo/Cargo.toml +++ b/acrate-nodeinfo/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] acrate-hostmeta = { version = "0.1.0", path = "../acrate-hostmeta" } +jsonschema = { version = "0.26.1", default-features = false } log = "0.4.22" reqwest = { version = "0.12.9", features = ["json", "stream"] } serde = { version = "1.0.214", features = ["derive"] }