ced/Cargo.toml

24 lines
546 B
TOML
Raw Permalink Normal View History

2025-07-05 14:42:45 -04:00
[package]
name = "ced"
2026-03-09 00:21:06 -04:00
version = "0.3.3"
2025-07-05 14:42:45 -04:00
edition = "2024"
[dependencies]
2025-12-14 19:38:57 -05:00
eframe = "0.33.3"
2026-03-09 00:21:06 -04:00
egui = "0.33.3"
2025-12-14 19:38:57 -05:00
egui_extras = { version = "0.33.3", features = ["syntect"] }
2025-07-16 13:29:31 -04:00
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.141"
2025-07-16 13:29:31 -04:00
rfd = "0.15.4"
toml = "0.9.2"
dirs = "6.0"
libc = "0.2.174"
2025-07-23 11:46:54 -04:00
syntect = "5.2.0"
plist = "1.7.4"
2025-07-23 12:47:26 -04:00
diffy = "0.4.2"
2025-07-23 13:14:04 -04:00
uuid = { version = "1.0", features = ["v4"] }
2026-03-09 00:21:06 -04:00
egui_commonmark = { version = "0.22" }
egui_nerdfonts = "0.1.3"
vte = "0.13"
nix = { version = "0.29", features = ["term", "process", "fs"] }