cad-editor/crates/ocs_web_worker/Cargo.toml

18 lines
443 B
TOML
Raw Normal View History

2026-07-25 18:49:18 +03:00
[package]
name = "ocs_web_worker"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
crate-type = ["cdylib"]
[dependencies]
acadrust = { git = "https://github.com/HakanSeven12/cadcodec.git", rev = "1ece83a", features = ["serde"] }
2026-07-25 18:49:18 +03:00
bincode = "1.3"
serde = { version = "1", features = ["derive"] }
console_error_panic_hook = "0.1"
2026-07-25 18:49:18 +03:00
getrandom = { version = "0.3", features = ["wasm_js"] }
js-sys = "0.3"
2026-08-03 12:47:48 +03:00
sha2 = "0.10"
2026-07-25 18:49:18 +03:00
wasm-bindgen = "0.2"