a TUI like cli tool to manage the features of your rust-project dependencies
at main 7 lines 156 B view raw
1clap = ["default"] 2color-eyre = ["default"] 3regex = ["default"] 4serde_json = ["preserve_order"] 5rocket = ["http2"] 6hyper = ["http2"] 7hyper-util = ["http2"]