From 575846b91a4d9c1d5a1d1d4fa4fd790fc50c66bf Mon Sep 17 00:00:00 2001 From: Alexander Clausen Date: Tue, 30 Apr 2024 16:53:13 +0200 Subject: [PATCH] Remove unused dependencies and config --- k2o/.cargo/config.toml | 2 -- k2o/Cargo.toml | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 k2o/.cargo/config.toml diff --git a/k2o/.cargo/config.toml b/k2o/.cargo/config.toml deleted file mode 100644 index 41f92d14..00000000 --- a/k2o/.cargo/config.toml +++ /dev/null @@ -1,2 +0,0 @@ -# [build] -# rustflags = ["-Ctarget-cpu=native"] diff --git a/k2o/Cargo.toml b/k2o/Cargo.toml index c387b5dc..ad0a829d 100644 --- a/k2o/Cargo.toml +++ b/k2o/Cargo.toml @@ -32,8 +32,6 @@ dbus = "0.9.7" libc = "0.2.147" env_logger = "0.10.0" partialdebug = "0.2.0" -tokio-uring = "0.4.0" -pulp = "0.18.6" multiversion = "0.7.3" [features]