[package] name = "exidot" version = "0.1.2" edition = "2018" authors = ["XiaoY "] description = "A Rust library to read/write Excel 2010 xlsx files" homepage = "https://gitee.com/exidot/exidot" documentation = "https://docs.rs/exidot/" readme = "readme.md" keywords = ["xlsx"] categories = ["parsing", "compression"] license = "MIT OR Apache-2.0" repository = "https://gitee.com/exidot/exidot.git" [lib] name = "exidot" path = "src/lib.rs" [workspace] members = [ ".", "xmlx", "zipx", ] [dependencies] xmlx = "0.1.2" zipx = "0.1.2" [patch.crates-io] exidot = { path = "." } xmlx = { path = "xmlx" } zipx = { path = "zipx" }