From 6f28ab1c4a3caae0eaf8650e4611f3ccf3a7f598 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Mon, 16 Oct 2017 10:15:57 +0200 Subject: openpgp: Add the start of a parser in nom. --- Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..7533276e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "sequoia" +version = "0.1.0" +authors = ["Neal H. Walfield "] + +[dependencies] +nom = "3.2.0" +num = "0.1.40" +num-derive = "0.1.41" + +[lib] +name = "sequoia" +path = "src/lib.rs" + +[[bin]] +name = "sequoia" +path = "src/sequoia.rs" -- cgit v1.2.3