summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-02-26 22:33:53 +0100
committerNora <nora.widdecke@tu-bs.de>2019-02-26 22:59:44 +0100
commit9e7cefd3dd5bff01ecbb063e3635a6a732593b64 (patch)
tree8d42822cacc16f329d58ec78a25de4632234e9b5 /Cargo.toml
parent0b97ac7602b93ea7a27e7a2bfa6e83f33b6fc9a8 (diff)
move gen_completions to an action
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 0f8a511..1278063 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,6 @@ name = "khaleesi"
version = "0.1.0"
authors = ["Nora <nora.widdecke@tu-bs.de>"]
edition = "2018"
-build = "build.rs"
[dependencies]
libc = "0.2.43"
@@ -33,7 +32,3 @@ assert_fs = "0.11.3"
predicates = "1.0"
maplit = "1.0.1"
pretty_assertions = "0.6.1"
-
-[build-dependencies]
-clap = "2.32.0"
-structopt = "0.2.14"