summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3d83881..eca44e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,11 +6,11 @@ resolver = "2"
 
 [dependencies]
 clap = { features = ["derive"], version = "4.3.21" }
+num-traits = "0.2.16"
 fs-err = "2.9.0"
 miette = { features = ["fancy"], version = "5.10.0" }
 thiserror = "1.0.44"
 
 [features]
-default = ["utilities", "u8-engine"]
+default = ["utilities"]
 utilities = []
-u8-engine = []