all: inherit metadeta from cargo workspace
This commit is contained in:
parent
1c21bd1259
commit
d920e554cf
52 changed files with 328 additions and 320 deletions
|
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "jay-allocator"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-only"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
jay-formats = { version = "0.1.0", path = "../formats" }
|
||||
jay-video-types = { version = "0.1.0", path = "../video-types" }
|
||||
jay-formats = { path = "../formats" }
|
||||
jay-video-types = { path = "../video-types" }
|
||||
|
||||
thiserror = "2.0.11"
|
||||
uapi = "0.2.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue