diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-08-05 19:16:49 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-08-05 19:16:49 +0200 |
commit | eaafe83dae4c12d44c9c7672a3b02c04b110cf6b (patch) | |
tree | f6f34c03338bdfb6bfdec915b0992a50db2276c0 /src/main.rs | |
parent | 429489349688ce452f124a691c7542d2ca2177d1 (diff) |
feat: create a module to manage the keyboard response
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 79b6e6e..92e661e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,6 +4,7 @@ mod browser; mod callbacks; mod commands; mod config; +mod keyboard; use crate::config::Config; |