Upgrades iroh/iroh-relay across datastore, distribution, node, and integration, adapts iroh_driver to the new Endpoint::builder(Minimal).relay_mode(...) API, and removes the vendored ed25519-dalek patch now that 0.98 resolves the upstream compile errors. Adds the SIM_SPEC.md simulator MVP spec under pipeline-parallel-inference. Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
14 lines
458 B
TOML
14 lines
458 B
TOML
[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"
|