14 lines
348 B
TOML
14 lines
348 B
TOML
[package]
|
|
name = "jay-config"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0-only"
|
|
description = "Configuration crate for the Jay compositor"
|
|
|
|
[dependencies]
|
|
bincode = "1.3.3"
|
|
serde = { version = "1.0.196", features = ["derive"] }
|
|
log = "0.4.14"
|
|
futures-util = { version = "0.3.30", features = ["io"] }
|
|
uapi = "0.2.10"
|
|
thiserror = "1.0.57"
|