diff --git a/Cargo.toml b/Cargo.toml index f6220c2..c03e235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,6 @@ license-file = "LICENSE" keywords = ["apexcharts", "wasm", "rust", "web"] readme = "README.md" -[lib] -crate-type = ["cdylib"] [dependencies] wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }