[package] name = "hengbot_cli" version = "0.1.3" edition = "2021" authors = ["Tunglies "] license = "MIT" description = "A useful cli to maintain mainfest in Hengbot Ltd." readme = "README.md" homepage = "https://github.com/Tunglies" repository = "https://github.com/Tunglies" keywords = ["hengbot", "cli"] [dependencies] roxmltree = "0.20.0" [profile.release] opt-level = 3 [[bin]] name = "hbc" path = "src/main.rs"