summaryrefslogtreecommitdiff
path: root/packages/doc/Cargo.toml
blob: 5e5458d28ab4b5f9053540455ac8c6fa04477da7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "notive-doc"
version = "0.1.0"
edition = "2024"

[lib]
crate-type = ["cdylib"]

[dependencies]
num-rational = "0.4.2"
serde = { version = "1.0.228", features = ["derive"] }
serde-wasm-bindgen = "0.6.5"
thiserror = "2.0.17"
uuid = { version = "1.18.1", features = ["js", "v7"] }
wasm-bindgen = "0.2.105"