fix(CLI): delete structopt due to no advantage(conflict resolution)
... | ... | @@ -28,7 +28,6 @@ gitlab = { repository = "https://gitlab.redox-os.org/redox-os/ion", branch = "ma |
maintenance = { status = "experimental" } | ||
[features] | ||
advanced_arg_parsing = [] | ||
man = ["builtins-proc/man"] | ||
piston = ["piston-ai_behavior", "piston_window", "piston2d-sprite"] | ||
unicode = ["regex/unicode"] | ||
... | ... | @@ -75,7 +74,6 @@ itertools = "0.9" |
lexical = "5.2" | ||
object-pool = "0.5" | ||
auto_enums = "0.7" | ||
structopt = "0.3" | ||
atty = "0.2" | ||
permutate = "0.3" | ||
xdg = "2.2" | ||
... | ... |
Please register or sign in to comment