Skip to content

Commit 482f956

Browse files
committed
Fix order in Cargo.toml
1 parent aea489d commit 482f956

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

Cargo.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ license = "MIT"
1111
edition = "2018"
1212
build = "build.rs"
1313

14+
[dependencies]
15+
clap = "2.33.0"
16+
indoc = "0.3.1"
17+
nix = "0.13.0"
18+
failure = "0.1.5"
19+
20+
[build-dependencies]
21+
clap = "2.33.0"
22+
indoc = "0.3.1"
23+
24+
1425
[package.metadata.deb]
1526
maintainer = "Maximilian Luz <[email protected]>"
1627
license-file = ["LICENSE", "0"]
@@ -26,13 +37,3 @@ assets = [
2637
["target/_surface", "usr/share/zsh/vendor-completions/_surface", "644"],
2738
["target/surface.fish", "usr/share/fish/completions/surface.fish", "644"],
2839
]
29-
30-
[dependencies]
31-
clap = "2.33.0"
32-
indoc = "0.3.1"
33-
nix = "0.13.0"
34-
failure = "0.1.5"
35-
36-
[build-dependencies]
37-
clap = "2.33.0"
38-
indoc = "0.3.1"

0 commit comments

Comments
 (0)