Cargo.toml 217 B

123456789101112
  1. [package]
  2. name = "craftdig-datamodel"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. craftdig-math = { path = "../math" }
  7. bimap = { workspace = true }
  8. thiserror = { workspace = true }
  9. uuid = { workspace = true }