We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faec110 commit 18a842dCopy full SHA for 18a842d
napi-rust-drivers/Cargo.toml
@@ -12,6 +12,7 @@ crate-type = ["cdylib"]
12
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
13
napi = { version = "2.12.1", default-features = false, features = ["napi4"] }
14
napi-derive = "2.12.2"
15
+embedded-hal = { version = "0.2.7", features = ["unproven"] }
16
rppal = { version = "0.16.0", features = ["hal","hal-unproven"] }
17
m95320 = "1.0.3"
18
shared-bus = "0.2.4"
0 commit comments