Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot] 75934ce1a5 chore: update vendor submodules to latest upstream 2026-08-01 00:43:58 +00:00
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ path = "src/lib.rs"
[dependencies]
# HOMECORE core — state machine, event bus, service registry, entity types
homecore = { path = "../homecore", version = "0.1.0-alpha.0" }
homecore = { path = "../homecore" }
# Async runtime
tokio = { version = "1", features = ["sync", "rt", "rt-multi-thread", "time", "macros"] }
+2 -2
View File
@@ -11,7 +11,7 @@ edition = "2021"
license = "MIT"
authors = ["rUv <ruv@ruv.net>", "HOMECORE Contributors"]
description = "Fail-closed HomeKit Accessory Protocol network foundation for HOMECORE"
repository = "https://github.com/ruvnet/RuView"
repository = "https://github.com/ruvnet/wifi-densepose"
[lib]
name = "homecore_hap"
@@ -23,7 +23,7 @@ default = []
hap-server = ["dep:httparse", "dep:mdns-sd"]
[dependencies]
homecore = { path = "../homecore", version = "0.1.0-alpha.0" }
homecore = { path = "../homecore" }
tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt", "rt-multi-thread", "sync", "time"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"