summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
new file mode 100644
index 00000000..3189a5b1
--- /dev/null
+++ b/openpgp/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "openpgp"
+version = "0.1.0"
+authors = ["Neal H. Walfield <neal@gnu.org>"]
+
+[dependencies]
+buffered-reader = { path = "../buffered-reader" }
+base64 = "0.8.0"
+nom = "3.2.0"
+num = "0.1.40"
+num-derive = "0.1.41"