|
|
|
@ -88,7 +88,6 @@ dependencies = [
@@ -88,7 +88,6 @@ dependencies = [
|
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"uinput-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
@ -97,6 +96,9 @@ dependencies = [
@@ -97,6 +96,9 @@ dependencies = [
|
|
|
|
|
name = "serde" |
|
|
|
|
version = "1.0.101" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_derive" |
|
|
|
|