summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2017-12-06 12:25:15 +0100
committerJustus Winter <justus@pep-project.org>2017-12-06 12:25:15 +0100
commit4eddd4d175860139fa3f477ca8c426e92ffa7b50 (patch)
tree6ac11a056c5c3aa5a8f4d754b9642996fde36bd7 /Cargo.toml
parentb0fd3726cf4bc9cfd1651d36a624103e65f3f3e3 (diff)
Sort dependencies.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 693b6f8b..7cfe2f24 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,13 +4,13 @@ version = "0.1.0"
authors = ["Neal H. Walfield <neal@gnu.org>"]
[dependencies]
+base64 = "0.8.0"
+bzip2 = "0.3.2"
+flate2 = "0.2"
libc = "0.2.33"
nom = "3.2.0"
num = "0.1.40"
num-derive = "0.1.41"
-flate2 = "0.2"
-bzip2 = "0.3.2"
-base64 = "0.8.0"
[lib]
name = "sequoia"