swactor/crates/vastai-synth/Cargo.toml

21 lines
517 B
TOML
Raw Normal View History

2026-05-29 08:55:10 +00:00
[package]
name = "vastai-synth"
version = "0.1.0"
edition = "2024"
description = "Synthetic telemetry generator for the vastai node observational stream"
publish = false
[lib]
name = "vastai_synth"
path = "src/lib.rs"
[[bin]]
name = "vastai-synth"
path = "src/main.rs"
[dependencies]
distribution = { path = "../distribution", features = ["collector"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "net", "time", "io-util"] }