summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2018-01-03 14:42:19 +0100
committerJustus Winter <justus@pep-project.org>2018-01-03 14:42:19 +0100
commit50b1b78880636eadfc3d7626d0fb330d5a7ef2cf (patch)
tree768aadb4d9ac84a61d5937069f59691c6ffada30
parentb2ca6ef94c275038efbdf75c15cb48c9383b65d9 (diff)
Remove the 'sequoia' binary.
-rw-r--r--Cargo.toml5
-rw-r--r--src/sequoia.rs5
2 files changed, 0 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b8d597a..1aacaccc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,8 +17,3 @@ sequoia-tool = { path = "tool" }
[lib]
name = "sequoia"
path = "src/lib.rs"
-
-[[bin]]
-doc = false
-name = "sequoia"
-path = "src/sequoia.rs"
diff --git a/src/sequoia.rs b/src/sequoia.rs
deleted file mode 100644
index 80b6c397..00000000
--- a/src/sequoia.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-// extern crate sequoia;
-// use sequoia::openpgp;
-
-fn main() {
-}