diff --git a/host/Cargo.toml b/host/Cargo.toml index 902dd85..94af1fa 100644 --- a/host/Cargo.toml +++ b/host/Cargo.toml @@ -33,3 +33,4 @@ defmt = [ "dep:defmt" ] [patch.crates-io] bt-hci = { git = "https://github.com/alexmoon/bt-hci.git", branch = "main" } +embassy-sync = { git = "https://github.com/embassy-rs/embassy.git", branch = "main" }