From a6b91c56f29257c3e54f0bfb2d99bf07262cb184 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Thu, 1 Feb 2024 23:44:51 +0100 Subject: PS/2 Keyboard controller: baseline --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 65a6dd8..c1ce753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,16 @@ edition = "2021" spin = "0.9.8" bitflags = "2.4.2" + +[dependencies.num_enum] +version = "0.7.2" +default-features = false + + [dependencies.lazy_static] version = "1.4" features = ["spin_no_std"] - [build] target = "x86_64-rustubs" -- cgit v1.2.3-70-g09d2