Remove around 14 transitive dependencies

This commit is contained in:
Luke
2020-06-30 20:45:00 +12:00
parent 70a1bc3487
commit 898276494c
7 changed files with 65 additions and 159 deletions

View File

@@ -29,19 +29,17 @@ env_logger = "^0.7.1"
# async
dbus = { version = "^0.8.2", features = ["futures"] }
dbus-tokio = "^0.5.1"
tokio = { version = "0.2.4", features = ["rt-threaded", "sync"] }
tokio = { version = "^0.2.4", features = ["rt-threaded", "sync"] }
# serialisation
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
# Device control
sysfs-class = "^0.1.2" # used for backlight control and baord ID
# cpu power management
intel-pstate = "^0.2.1"
# virtualisation of HID, mainly for outputting consumer key codes
uhid-virt = "^0.0.4"
#keycode = "0.3"
thiserror = "^1.0.15"
uhid-virt = "^0.0.5"
#keycode = "^0.3"