1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1976,6 +1976,7 @@ dependencies = [
|
|||||||
"serde_json",
|
"serde_json",
|
||||||
"strum 0.20.0",
|
"strum 0.20.0",
|
||||||
"strum_macros 0.20.1",
|
"strum_macros 0.20.1",
|
||||||
|
"syn 1.0.57",
|
||||||
"tokio-core",
|
"tokio-core",
|
||||||
"tokio-timer",
|
"tokio-timer",
|
||||||
"toml",
|
"toml",
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ strum = "0.20.0"
|
|||||||
strum_macros = "0.20.1"
|
strum_macros = "0.20.1"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
|
syn = "=1.0.57"
|
||||||
|
|
||||||
[dependencies.cursive]
|
[dependencies.cursive]
|
||||||
version = "0.15"
|
version = "0.15"
|
||||||
|
|||||||
Reference in New Issue
Block a user