[package] name = "rrm_xml" version = "0.0.1-alpha.7" edition = "2021" authors = ["AOx0 "] description = "XML parser for Rimworld mods. Part of rrm" repository = "https://github.com/AOx0/rrm" homepage = "https://github.com/AOx0/rrm" categories = [] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] xml-rs = "0.8.4"