ced/Cargo.toml

16 lines
254 B
TOML
Raw Normal View History

2025-07-05 14:42:45 -04:00
[package]
name = "ced"
2025-07-16 13:29:31 -04:00
version = "0.0.9"
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"
serde = { version = "1.0.219", features = ["derive"] }
2025-07-23 12:47:26 -04:00
serde_json = "1.0"
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 12:47:26 -04:00
diffy = "0.4.2"