summaryrefslogtreecommitdiff
path: root/crdt/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 /crdt/Cargo.toml
parentc2a6efb1b761014a90d90373cad47a14054af40b (diff)
feat: integrate web and doc packages
Diffstat (limited to 'crdt/Cargo.toml')
-rw-r--r--crdt/Cargo.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/crdt/Cargo.toml b/crdt/Cargo.toml
deleted file mode 100644
index 71f745a..0000000
--- a/crdt/Cargo.toml
+++ /dev/null
@@ -1,15 +0,0 @@
-[package]
-name = "notive-crdt"
-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 = ["v7"] }
-wasm-bindgen = "0.2.105"