[package] name = "xmltv-rs" version = "0.0.3" authors = ["LIAUD Corentin "] description = "XMLTV builder/writer" readme = "README.md" license = "MIT" edition = "2018" repository = "https://github.com/cocool97/xmltv-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] xml-builder = { version = "0.2.1" }