1
Fork 0
tirocinio-canali-steffo-acrate/acrate-nodeinfo/Cargo.toml

16 lines
472 B
TOML
Raw Normal View History

2024-11-11 02:11:39 +00:00
[package]
name = "acrate-nodeinfo"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-11-11 02:20:48 +00:00
acrate-hostmeta = { version = "0.1.0", path = "../acrate-hostmeta" }
2024-11-11 02:24:22 +00:00
jsonschema = { version = "0.26.1", default-features = false }
2024-11-11 02:11:39 +00:00
log = "0.4.22"
2024-11-11 02:20:48 +00:00
reqwest = { version = "0.12.9", features = ["json", "stream"] }
serde = { version = "1.0.214", features = ["derive"] }
2024-11-11 02:11:39 +00:00
[dev-dependencies]
pretty_env_logger = "0.5.0"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }