[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"] } dashboard = { path = "../../crates/dashboard" } swactor = { path = "../..", features = ["serde", "transport"] } iroh = "0.96" ureq = { version = "2", features = ["json"] } serde_json = "1"