Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ppardus authored Aug 18, 2023
1 parent aba0e6a commit 5299278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cstudio-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ default = ["console_error_panic_hook"]

[dependencies]
bytecount = "0.6"
console_error_panic_hook = { version = "0.1", optional = true }
operational-transform = { version = "0.6.0", features = ["serde"] }
console_error_panic_hook = { version = "0.1", optional = true }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
wasm-bindgen = "0.2"
Expand Down

0 comments on commit 5299278

Please sign in to comment.