summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authornathan dawit <nathandawit555@gmail.com>2023-06-25 11:36:52 +0300
committerWez Furlong <wez@wezfurlong.org>2023-07-10 08:11:13 -0700
commit5523e9af89d11f3444bd588ae9a1e5d20340e63b (patch)
treee6c57e2bd8143b5c75544bc1bcbec0861e6f22b7 /Cargo.lock
parent4480c4eda223b98899b0fbd926bc34f7bd0e1a18 (diff)
feat: make warnings/logs more informative
it's confusing to launch the program and see an error message that's not actually an error fixes #25
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0971a9c..f9e7e9b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -215,6 +215,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"evdev-rs",
+ "libc",
"log",
"pretty_env_logger",
"serde",