refactor: split cargo workspace
This commit is contained in:
parent
5db14936e7
commit
1c21bd1259
695 changed files with 32023 additions and 44964 deletions
25
crates/toml-config/Cargo.toml
Normal file
25
crates/toml-config/Cargo.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[package]
|
||||
name = "jay-toml-config"
|
||||
version = "0.12.0"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-only"
|
||||
description = "Internal dependency of the Jay compositor"
|
||||
repository = "https://github.com/mahkoh/jay"
|
||||
|
||||
[dependencies]
|
||||
jay-config = { version = "1.10.0", path = "../jay-config" }
|
||||
jay-config-schema = { version = "0.1.0", path = "../jay-config-schema" }
|
||||
jay-toml = { version = "0.1.0", path = "../toml-parser" }
|
||||
log = "0.4.14"
|
||||
thiserror = "2.0.11"
|
||||
error_reporter = "1.0.0"
|
||||
phf = { version = "0.13.1", features = ["macros"] }
|
||||
indexmap = "2.2.5"
|
||||
bstr = { version = "1.9.1", default-features = false }
|
||||
ahash = "0.8.11"
|
||||
run-on-drop = "1.0.0"
|
||||
uapi = "0.2.13"
|
||||
kbvm = "0.1.6"
|
||||
|
||||
[dev-dependencies]
|
||||
simplelog = { version = "0.12.2", features = ["test"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue