From c86ad83ae31d44aeab3317e5e05d6d63e428f0e0 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 12 Dec 2017 17:16:00 +0100 Subject: Split up Sequoia. - Split up into six crates: buffered-reader, openpgp, sequoia-core, sequoia-ffi, sequoia-net, and sequoia-store. - Adjust imports accordingly. --- openpgp/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openpgp/Cargo.toml (limited to 'openpgp/Cargo.toml') 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 "] + +[dependencies] +buffered-reader = { path = "../buffered-reader" } +base64 = "0.8.0" +nom = "3.2.0" +num = "0.1.40" +num-derive = "0.1.41" -- cgit v1.2.3