1 2 3 4 5 6 7 8 9 10 11
[features] default = ["hooks"] hooks = [] [package] authors = ["Vincent Thomas"] description = "A command line parser and framework for rust" edition = "2021" license = "MIT" name = "clier" version = "0.0.2"