From 0ebc5ab0ee0fc80c801487f534687c8bd236abc1 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Thu, 1 Feb 2024 18:12:24 +0100 Subject: keyctl: use bitflags for key modifiers Merge key modifier getters and setters --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-70-g09d2