From d5f228564451f13db48aa0a4d907b489d52fb28c Mon Sep 17 00:00:00 2001 From: Nora Date: Tue, 26 Feb 2019 00:02:17 +0100 Subject: create shell completions for release build --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1278063..0f8a511 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "khaleesi" version = "0.1.0" authors = ["Nora "] edition = "2018" +build = "build.rs" [dependencies] libc = "0.2.43" @@ -32,3 +33,7 @@ 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" -- cgit v1.2.3