-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (28 loc) · 743 Bytes
/
Copy pathCargo.toml
File metadata and controls
31 lines (28 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "jay-toml-config"
version = "0.14.0"
edition = "2024"
license = "GPL-3.0-only"
description = "Internal dependency of the Jay compositor"
repository = "https://github.com/mahkoh/jay"
[lib]
crate-type = [
"lib",
# "cdylib", enable this and remove "lib" if you want to use this crate as a config.so
]
[dependencies]
jay-config = { version = "1.12.0", path = "../jay-config" }
log = "0.4.14"
thiserror = "2.0.11"
error_reporter = "1.0.0"
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.7"
derivative = "2.2.0"
[dev-dependencies]
simplelog = { version = "0.12.2", features = ["test"] }
serde_json = "1.0.114"
walkdir = "2.5.0"