mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-11 11:06:22 -04:00
22 lines
477 B
TOML
22 lines
477 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" }
|
|
uhlc = "0.4.1"
|
|
matroska = "0.11.0"
|
|
tokio = { version = "1.17.0", features = ["sync", "rt"] }
|
|
chrono = "0.4.19"
|