16 lines
426 B
TOML
16 lines
426 B
TOML
[package]
|
|
name = "jay-output-types"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Output identity types for the Jay compositor"
|
|
repository = "https://github.com/mahkoh/jay"
|
|
|
|
[dependencies]
|
|
jay-cmm = { path = "../cmm" }
|
|
jay-formats = { path = "../formats" }
|
|
jay-utils = { path = "../utils" }
|
|
|
|
blake3 = "1.8.2"
|
|
linearize = { version = "0.1.3", features = ["derive"] }
|
|
uapi = "0.2.13"
|