diff --git a/Cargo.toml b/Cargo.toml index 3ad3a78..094a47d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["switch", "nintendo", "mod", "mods", "msp"] build = "build.rs" [dependencies] -"clap" = {version = "4.5.45", default-features = false, features = ["derive", "std"]} +"clap" = {version = "4.5.45", default-features = false, features = ["derive", "std", "help"]} [profile.release] strip = true