This commit is contained in:
Pat Nakajima 2026-05-17 20:54:20 -07:00
parent 4aa7c08d4d
commit 8a04348e6e
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/.vscode
/target
/Cargo.lock

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"
@ -19,7 +19,7 @@ env_logger = "0.11"
futures-lite = "2" futures-lite = "2"
log = "0.4" log = "0.4"
rand = { version = "0.8", features = ["std", "std_rng"] } rand = { version = "0.8", features = ["std", "std_rng"] }
rs-matter = { path = "../../rs-matter/rs-matter", default-features = false, features = [ rs-matter = { git = "https://git.fishmt.net/nakajima/rs-matter", branch = "bluez-ios-reconnect", default-features = false, features = [
"log", "log",
"os", "os",
"rustcrypto", "rustcrypto",