Reorder dependencies

This commit is contained in:
Patrick Lühne 2018-10-04 17:35:12 +02:00
parent 3ae510e229
commit 07509cbf75
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 3 additions and 3 deletions

View File

@ -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/"