12 lines
246 B
TOML
12 lines
246 B
TOML
[package]
|
|
name = "jay-allocator"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
jay-formats = { path = "../formats" }
|
|
jay-video-types = { path = "../video-types" }
|
|
|
|
thiserror = "2.0.11"
|
|
uapi = "0.2.13"
|