aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 167474b..d934aaf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,10 @@ exclude = ["ci/*", "rustfmt.toml"]
gitlab = { repository = "d-e-s-o/nitrocli", branch = "master" }
[[bin]]
+name = "clipboard"
+path = "var/clipboard.rs"
+
+[[bin]]
name = "shell-complete"
path = "var/shell-complete.rs"