Files
spacedrive/apps/debug/Cargo.toml
Jamie Pine 118a35835a explorer upgrades
- file navigation works
- thumbnails display
2022-04-08 02:44:57 -07:00

17 lines
365 B
TOML

[package]
name = "debug"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.56"
data-encoding = "2.3.2"
kamadak-exif = "0.5.4"
ring = "0.16.20"
thumbnailer = "0.4.0"
mime = "0.3.16"
sha256 = "1.0.3"
ffmpeg-next = "5.0.3"
sdcore = { path = "../../core" }