1
0
Fork 0
forked from wry/wry
wry/crates/allocator/Cargo.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"