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]
|
2026-08-11 19:52:17 +03:00
|
|
|
acadrust = { git = "https://github.com/HakanSeven12/cadcodec.git", rev = "1ece83a", features = ["serde"] }
|
2026-07-25 18:49:18 +03:00
|
|
|
bincode = "1.3"
|
2026-08-11 17:16:46 +03:00
|
|
|
serde = { version = "1", features = ["derive"] }
|
2026-07-25 21:34:29 +03:00
|
|
|
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"
|