Reorder dependencies
This commit is contained in:
parent
3ae510e229
commit
07509cbf75
@ -5,13 +5,13 @@ authors = ["Patrick Lühne <patrick@luehne.de>"]
|
||||
|
||||
[dependencies]
|
||||
git2 = "^0.7"
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.2"
|
||||
indicatif = "0.9"
|
||||
yaml-rust = "0.4"
|
||||
log = "0.4"
|
||||
notify = "4"
|
||||
pretty_env_logger = "0.2"
|
||||
tempfile = "3"
|
||||
walkdir = "2"
|
||||
yaml-rust = "0.4"
|
||||
|
||||
[dependencies.cpython]
|
||||
git = "https://github.com/dgrunwald/rust-cpython/"
|
||||
|
Loading…
Reference in New Issue
Block a user