docx-rs/docx-wasm/Cargo.toml

15 lines
312 B
TOML
Raw Normal View History

2019-09-11 21:28:14 +03:00
[package]
name = "docx-wasm"
2019-09-11 21:28:14 +03:00
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
[lib]
crate-type = ["cdylib"]
[dependencies]
2021-03-19 07:14:25 +02:00
wasm-bindgen = "0.2.53"
docx-rs= { path = "../docx-core" }