11 lines
310 B
TOML
11 lines
310 B
TOML
[package]
|
|
name = "jay-config-schema"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Shared configuration schema declarations for the Jay compositor"
|
|
repository = "https://github.com/mahkoh/jay"
|
|
|
|
[dependencies]
|
|
ahash = "0.8.11"
|
|
jay-config = { path = "../jay-config" }
|