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]
|
2022-01-06 10:39:17 +02:00
|
|
|
wasm-bindgen = "0.2.78"
|
2022-07-22 05:46:07 +03:00
|
|
|
console_error_panic_hook = "0.1.7"
|
2023-05-15 03:34:33 +03:00
|
|
|
docx-rs= { path = "../docx-core", features = ["wasm"] }
|