summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"