aboutsummaryrefslogtreecommitdiff
path: root/base32/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'base32/Cargo.toml')
-rw-r--r--base32/Cargo.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/base32/Cargo.toml b/base32/Cargo.toml
deleted file mode 100644
index ff63bbe..0000000
--- a/base32/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-[package]
-
-name = "base32"
-version = "0.4.0"
-authors = [ "Andreas Ots <qrpth@qrpth.eu>", "Tim Dumol <tim@timdumol.com>" ]
-license = "MIT OR Apache-2.0"
-repository = "https://github.com/andreasots/base32"
-description = "Base32 encoder/decoder for Rust"
-
-[lib]
-
-name = "base32"
-
-[dev-dependencies]
-quickcheck = "0.7.1"
-rand = "0.5.5"