reorder dependencies
This commit is contained in:
+2
-1
@@ -15,11 +15,12 @@ anyhow = "*"
|
|||||||
clap = "*"
|
clap = "*"
|
||||||
path-absolutize = "*"
|
path-absolutize = "*"
|
||||||
regex = "*"
|
regex = "*"
|
||||||
|
termios = "*"
|
||||||
|
|
||||||
serde_json = "*"
|
serde_json = "*"
|
||||||
serde_yaml = "*"
|
serde_yaml = "*"
|
||||||
serde_derive = "*"
|
serde_derive = "*"
|
||||||
serde = "*"
|
serde = "*"
|
||||||
termios = "*"
|
|
||||||
|
|
||||||
macros = {path = "crates/macros", version = "*"}
|
macros = {path = "crates/macros", version = "*"}
|
||||||
core = {path = "crates/core", version = "1.0.0-beta2"}
|
core = {path = "crates/core", version = "1.0.0-beta2"}
|
||||||
|
|||||||
Reference in New Issue
Block a user