diff --git a/Cargo.toml b/Cargo.toml index d14f9bc..cc47198 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ required-features = ["bin"] # Feature for all additional dependencies of the binary. [features] -bin = ["clap", "crossterm"] +bin = ["dep:clap", "dep:crossterm"] [dependencies] # +++ LIBRARY +++