huskies: merge 1027
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user