[package] name = "brb_dt_at2" version = "1.0.8" description = "An implementation of AT2 as a BRBDataType inside the BRB framework" authors = [ "David Rusu " ] license = "MIT OR BSD-3-Clause" repository = "https://github.com/maidsafe/brb_dt_at2" edition = "2018" [dependencies] crdts = "5.0.0" brb = "1.0.2" serde = "1.0.120" log = "0.4.13" thiserror = "1.0.23"