swactor/tests/integration/Cargo.toml

15 lines
458 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"] }
iroh = "0.98"
ureq = { version = "2", features = ["json"] }
serde_json = "1"