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

15 lines
410 B
TOML
Raw Normal View History

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