[package] name = "arsc" version = "0.1.5" edition = "2021" authors = ["Yaxin Cheng "] license = "MIT" description = "Android resource file parsing & writing" homepage = "https://github.com/YaxinCheng/arsc" repository = "https://github.com/YaxinCheng/arsc" readme = "README.md" keywords = ["arsc", "android"] exclude = ["tests"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] paste = "1.0" [dev-dependencies] walkdir = "2"