wry/crates/damage/Cargo.toml
2026-06-06 23:14:53 -04:00

10 lines
239 B
TOML

[package]
name = "jay-damage"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
jay-geometry = { path = "../geometry" }
jay-tree-types = { path = "../tree-types" }
jay-units = { path = "../units" }