diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |