Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions collab/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ chrono = "0.4.22"
unicode-segmentation = "1.10.1"
lazy_static = "1.4.0"
fastrand = "2.1.0"
parking_lot = "0.12"

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys = { version = "0.3" }
Expand Down
1 change: 1 addition & 0 deletions collab/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ pub mod fill;
pub mod origin;
mod revisions;
pub mod transaction;
pub mod user_data;
pub mod value;
Loading
Loading