git.lucas.co / cce-files
file manager
git clone https://git.lucas.co/cce-files.git

Cargo.toml (574B)

 1 [package]
 2 name = "cce-files"
 3 version = "0.1.0"
 4 edition = "2024"
 5 
 6 [dependencies]
 7 cce-ui = { git = "https://github.com/lsgalante/cce-ui.git", rev = "f3c970be244ad54121021a8223986ba553e09838" }
 8 wayland-client = { version = "0.31", features = ["system"] }
 9 calloop = "0.13.0"
10 chrono = "0.4.44"
11 tokio = { version = "1", features = ["full"] }
12 notify = "8.2.0"
13 image = { version = "0.25.10", features = ["png", "jpeg"] }
14 log = "0.4"
15 kdl = "6.7.1"
16 
17 
18 
19 [dev-dependencies]
20 serial_test = "3"
21 
22 [lib]
23 name = "cce_files"
24 path = "src/lib.rs"
25 
26 [[bin]]
27 name = "cce-files"
28 path = "src/main.rs"