ffmpeg-rs-raw/Cargo.toml

21 lines
510 B
TOML
Raw Normal View History

2024-10-23 14:48:03 +01:00
[package]
name = "ffmpeg-rs-raw"
version = "0.1.0"
edition = "2021"
repository = "https://git.v0l.io/Kieran/ffmpeg-rs-raw.git"
2024-11-06 09:34:37 +00:00
authors = ["Kieran"]
2024-10-23 14:48:03 +01:00
[lib]
crate-type = ["lib", "cdylib"]
[dependencies]
anyhow = "1.0.91"
2024-11-21 10:23:19 +00:00
ffmpeg-sys-the-third = { git = "https://git.v0l.io/Kieran/ffmpeg-the-third.git", rev = "e5f8e077b04b10d5887bce4df1eb1a71738a6c66", package = "ffmpeg-sys-the-third" }
2024-10-23 14:48:03 +01:00
libc = { version = "0.2.160" }
2024-10-23 19:28:13 +01:00
slimbox = "0.1.0"
2024-11-06 09:34:37 +00:00
log = "0.4.22"
[dev-dependencies]
env_logger = "0.11.5"
2025-01-27 22:50:43 +00:00
rlimit = "0.10.2"