diff --git a/Cargo.toml b/Cargo.toml index 8927923..8df595e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[features] -# default = ["debug"] -debug = [] - [dependencies] anyhow = "^1.0" bitfield = "^0.13"