We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80182d commit 0e9d018Copy full SHA for 0e9d018
Cargo.toml
@@ -15,12 +15,13 @@ edition = "2018"
15
[features]
16
gpio_sysfs = ["sysfs_gpio"]
17
gpio_cdev = ["gpio-cdev"]
18
+async-tokio = ["gpio-cdev/async-tokio"]
19
20
default = [ "gpio_cdev", "gpio_sysfs" ]
21
22
[dependencies]
23
embedded-hal = "=1.0.0-alpha.4"
-gpio-cdev = { version = "0.3", optional = true }
24
+gpio-cdev = { version = "0.4", optional = true }
25
sysfs_gpio = { version = "0.5", optional = true }
26
27
i2cdev = "0.4.3"
@@ -36,4 +37,3 @@ openpty = "0.1.0"
36
37
# we don't need the `Error` implementation
38
default-features = false
39
version = "0.2.2"
-
0 commit comments