This commit is contained in:
Pat Nakajima 2026-05-18 13:55:23 -07:00
parent 1062d5ba7b
commit 86ee7ea336
2 changed files with 3056 additions and 2 deletions

3054
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package] [package]
name = "toes-matter" name = "toes-matter"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
readme = "README.md" readme = "README.md"
@ -48,4 +48,4 @@ env_logger = { version = "0.11", optional = true }
futures-lite = { version = "2", optional = true } futures-lite = { version = "2", optional = true }
log = { version = "0.4", optional = true } log = { version = "0.4", optional = true }
rand = { version = "0.8", features = ["std", "std_rng"] } rand = { version = "0.8", features = ["std", "std_rng"] }
rs-matter = { path = "../forks/rs-matter/rs-matter", default-features = false } rs-matter = { git = "https://git.fishmt.net/nakajima/rs-matter", branch = "bluez-ios-reconnect", default-features = false }