diff --git a/v2/crates/homecore-automation/Cargo.toml b/v2/crates/homecore-automation/Cargo.toml index d632075e..487c5e73 100644 --- a/v2/crates/homecore-automation/Cargo.toml +++ b/v2/crates/homecore-automation/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" [dependencies] # HOMECORE core — state machine, event bus, service registry, entity types -homecore = { path = "../homecore" } +homecore = { path = "../homecore", version = "0.1.0-alpha.0" } # Async runtime tokio = { version = "1", features = ["sync", "rt", "rt-multi-thread", "time", "macros"] } diff --git a/v2/crates/homecore-hap/Cargo.toml b/v2/crates/homecore-hap/Cargo.toml index 84388037..5678bfc6 100644 --- a/v2/crates/homecore-hap/Cargo.toml +++ b/v2/crates/homecore-hap/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" license = "MIT" authors = ["rUv ", "HOMECORE Contributors"] description = "Fail-closed HomeKit Accessory Protocol network foundation for HOMECORE" -repository = "https://github.com/ruvnet/wifi-densepose" +repository = "https://github.com/ruvnet/RuView" [lib] name = "homecore_hap" @@ -23,7 +23,7 @@ default = [] hap-server = ["dep:httparse", "dep:mdns-sd"] [dependencies] -homecore = { path = "../homecore" } +homecore = { path = "../homecore", version = "0.1.0-alpha.0" } tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt", "rt-multi-thread", "sync", "time"] } serde = { version = "1", features = ["derive"] } serde_json = "1"