diff --git a/Cargo.toml b/Cargo.toml index fba248a..be9d76d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,9 @@ workctl = "0.2.0" ctrlc = "3.2.1" serde_json = "1.0" crossbeam-channel = "0.5" -inputbot = {path = "D:\\InputBot"} \ No newline at end of file +inputbot = {path = "D:\\Inputbot"} + +[features] +default = ["with_hotkeys"] +with_hotkeys = [] +no_hotkeys = [] \ No newline at end of file