swactor/tests/integration/Cargo.toml

16 lines
516 B
TOML
Raw Normal View History

[package]
name = "integration-tests"
version = "0.1.0"
edition = "2024"
publish = false
[dev-dependencies]
swactor-datastore = { path = "../../crates/datastore", features = ["node"] }
distribution = { path = "../../crates/distribution", features = ["iroh", "relay"] }
dashboard = { path = "../../crates/dashboard" }
swactor = { path = "../..", features = ["serde", "transport"] }
2026-05-22 07:06:58 +00:00
iroh = "0.98"
2026-06-09 09:29:07 +00:00
tokio = { version = "1", features = ["rt-multi-thread"] }
ureq = { version = "2", features = ["json"] }
serde_json = "1"