2019-09-11 21:28:14 +03:00
|
|
|
[package]
|
2020-01-24 12:44:43 +02:00
|
|
|
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]
|
|
|
|
wasm-bindgen = "0.2.50"
|
2020-01-24 12:44:43 +02:00
|
|
|
docx-rs= { path = "../docx-core" }
|
2019-12-11 07:12:22 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
wasm-bindgen-test = "0.2"
|