mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Show ffmpeg progress (#270)
This commit is contained in:
parent
9ca3b79291
commit
9487dd3dbf
4 changed files with 176 additions and 32 deletions
|
|
@ -34,8 +34,11 @@ serde_plain = "1.0"
|
|||
shlex = "1.2"
|
||||
sys-locale = "0.3"
|
||||
tempfile = "3.8"
|
||||
tokio = { version = "1.34", features = ["macros", "rt-multi-thread", "time"] }
|
||||
tokio = { version = "1.34", features = ["io-util", "macros", "net", "rt-multi-thread", "time"] }
|
||||
rustls-native-certs = { version = "0.6", optional = true }
|
||||
|
||||
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
||||
nix = { version = "0.27", features = ["fs"] }
|
||||
|
||||
[build-dependencies]
|
||||
chrono = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue