tree: move shared tree types into workspace crate
This commit is contained in:
parent
a1e4641e82
commit
89dc6c91cf
6 changed files with 303 additions and 266 deletions
11
tree-types/Cargo.toml
Normal file
11
tree-types/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "jay-tree-types"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
jay-config = { version = "1.10.0", path = "../jay-config" }
|
||||
jay-utils = { version = "0.1.0", path = "../utils" }
|
||||
|
||||
linearize = { version = "0.1.3", features = ["derive"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue