11 lines
257 B
TOML
11 lines
257 B
TOML
[package]
|
|
name = "jay-tree-types"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
jay-config = { path = "../jay-config" }
|
|
jay-utils = { path = "../utils" }
|
|
|
|
linearize = { version = "0.1.3", features = ["derive"] }
|