10 lines
239 B
TOML
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" }
|