diff options
author | Bernardo Meurer | 2021-01-24 23:39:08 -0800 |
---|---|---|
committer | Bernardo Meurer | 2021-01-26 10:33:06 -0800 |
commit | 9c32ddeb05421a6795e9509a17d1c5f565ea0d0e (patch) | |
tree | 5fb1d6c8b15e2cc85375623464e62c416f7f7521 /Cargo.toml | |
parent | 815814529eec6f739eb1618fdf356e526b3879e1 (diff) |
changed: sort Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -12,21 +12,21 @@ edition = "2018" [dependencies] clap = "3.0.0-beta.2" -tokio = { version = "0.3.5", features = [ "full" ] } -serde_json = "1.0.48" -serde = { version = "1.0.104", features = [ "derive" ] } -merge = "0.1.0" -whoami = "0.9.0" -log = "0.4" flexi_logger = "0.16" -notify = "5.0.0-pre.3" -futures-util = "0.3.6" fork = "0.1" +futures-util = "0.3.6" +log = "0.4" +merge = "0.1.0" +notify = "5.0.0-pre.3" +rnix = "0.8" +serde = { version = "1.0.104", features = [ "derive" ] } +serde_json = "1.0.48" +signal-hook = "0.3" thiserror = "1.0" +tokio = { version = "0.3.5", features = [ "full" ] } toml = "0.5" +whoami = "0.9.0" yn = "0.1" -rnix = "0.8" -signal-hook = "0.3" # smol_str is required by rnix, but 0.1.17 doesn't build on rustc # 1.45.2 (shipped in nixos-20.09); it requires rustc 1.46.0. See |