aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTianhao Wang <wth@riseup.net>2024-02-01 18:12:24 +0100
committerTianhao Wang <shrik3@mailbox.org>2024-06-11 15:13:38 +0200
commit0ebc5ab0ee0fc80c801487f534687c8bd236abc1 (patch)
treeab86d5d778cda9fd484edefbec737c81e5bda0f4 /Cargo.toml
parent174f8130388cccfa92e985292bb34db9d9c39403 (diff)
keyctl: use bitflags for key modifiers
Merge key modifier getters and setters
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 700e7ee..65a6dd8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
spin = "0.9.8"
+bitflags = "2.4.2"
[dependencies.lazy_static]
version = "1.4"