docx-rs/docx-core/Cargo.toml

13 lines
282 B
TOML
Raw Normal View History

2019-09-11 21:28:14 +03:00
[package]
name = "docx-core"
version = "0.1.0"
authors = ["bokuweb <bokuweb12@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2019-09-13 13:41:05 +03:00
[dependencies]
2019-11-06 12:17:49 +02:00
xml-rs = "0.8.0"
[dev-dependencies]
pretty_assertions = "*"