-
Notifications
You must be signed in to change notification settings - Fork 9
/
Cargo.toml
50 lines (42 loc) · 855 Bytes
/
Cargo.toml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[package]
name = "zjstatus"
version = "0.19.0"
authors = ["Daniel Jankowski"]
edition = "2018"
[[bin]]
name = "zjstatus"
bench = false
[[bin]]
name = "zjframes"
bench = false
[lib]
bench = false
[features]
bench = []
tracing = []
[dependencies]
zellij-tile = "0.41.1"
chrono = { version = "0.4.38", default-features = false }
regex = "1.11.1"
chrono-tz = "0.10.0"
anyhow = "1.0.92"
anstyle = "1.0.10"
uuid = { version = "1.11.0", features = ["v4"] }
lazy_static = "1.5.0"
cached = { version = "0.53.1", features = ["wasm"] }
console = "0.15.8"
tracing-subscriber = "0.3.18"
tracing = "0.1.40"
kdl = "4.6.0"
rstest = "0.23.0"
itertools = "0.13.0"
[dev-dependencies]
criterion = { version = "0.5.1", default-features = false, features = [
"html_reports",
] }
[[bench]]
name = "benches"
harness = false
[[bench]]
name = "widgets"
harness = false