[package] name = "craftdig-datamodel" version = "0.1.0" edition = "2021" [dependencies] craftdig-math = { path = "../math" } bimap = { workspace = true } thiserror = { workspace = true } uuid = { workspace = true }