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