huskies: merge 1027

This commit is contained in:
dave
2026-05-14 11:34:31 +00:00
parent 3f2ded13a8
commit 4fad283814
3 changed files with 6 additions and 5 deletions
+5
View File
@@ -19,3 +19,8 @@ pub mod lww_crdt;
pub mod op;
extern crate self as bft_json_crdt;
/// Re-exported so that code generated by `#[derive(CrdtNode)]` can resolve
/// `indexmap` through this crate without requiring downstream crates to
/// declare it as a direct dependency.
pub use indexmap;