summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parentb2ca6ef94c275038efbdf75c15cb48c9383b65d9 (diff)
Remove the 'sequoia' binary.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 0 insertions, 5 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"