summaryrefslogtreecommitdiff
path: root/packages/doc/Cargo.toml
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-11-23 19:27:57 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-11-23 19:27:57 +0200
commit602145c956bb594ca0d0e10601cc4ad1a71cf70d (patch)
treed9f9980bd2054cff5819d01379f5c1c55f8eb66d /packages/doc/Cargo.toml
parentc2a6efb1b761014a90d90373cad47a14054af40b (diff)
feat: integrate web and doc packages
Diffstat (limited to 'packages/doc/Cargo.toml')
-rw-r--r--packages/doc/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/doc/Cargo.toml b/packages/doc/Cargo.toml
new file mode 100644
index 0000000..5e5458d
--- /dev/null
+++ b/packages/doc/Cargo.toml
@@ -0,0 +1,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"