2024-03-01 00:31:41 +00:00
|
|
|
[package]
|
|
|
|
name = "cl-structures"
|
|
|
|
repository.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
publish.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
2024-04-24 22:43:02 +00:00
|
|
|
hashbrown = { version = "0.14.3", default-features = false }
|
2024-04-28 01:16:36 +00:00
|
|
|
cl-arena = { path = "../cl-arena" }
|