ced/Cargo.toml

20 lines
397 B
TOML
Raw Permalink Normal View History

2025-07-05 14:42:45 -04:00
[package]
name = "ced"
2025-07-23 13:14:04 -04:00
version = "0.1.3"
2025-07-05 14:42:45 -04:00
edition = "2024"
[dependencies]
2025-07-16 13:29:31 -04:00
eframe = "0.32"
egui = "0.32"
egui_extras = { version = "0.32", 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"] }