-
- Downloads
Further cleanup
Showing
- Cargo.lock 10 additions, 9 deletionsCargo.lock
- Cargo.toml 5 additions, 5 deletionsCargo.toml
- lib/ffmpeg_api/Cargo.toml 1 addition, 1 deletionlib/ffmpeg_api/Cargo.toml
- lib/media_time/Cargo.toml 1 addition, 1 deletionlib/media_time/Cargo.toml
- lib/webvtt/Cargo.toml 1 addition, 1 deletionlib/webvtt/Cargo.toml
- src/lib.rs 6 additions, 12 deletionssrc/lib.rs
- src/main.rs 12 additions, 9 deletionssrc/main.rs
- src/options.rs 9 additions, 0 deletionssrc/options.rs
- src/spritesheet.rs 8 additions, 11 deletionssrc/spritesheet.rs
... | @@ -12,17 +12,17 @@ repository = "https://github.com/justjanne/media-ingestion" | ... | @@ -12,17 +12,17 @@ repository = "https://github.com/justjanne/media-ingestion" |
readme = "README.md" | readme = "README.md" | ||
license = "MPL-2.0" | license = "MPL-2.0" | ||
edition = "2018" | edition = "2024" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | [dependencies] | ||
anyhow = "1.0.32" | anyhow = "1.0.98" | ||
fraction = "0.15.3" | fraction = "0.15.3" | ||
image = "0.25.6" | image = "0.25.6" | ||
serde_json = "1.0.57" | serde_json = "1.0.140" | ||
serde = { version = "1.0.116", features = ["derive"] } | serde = { version = "1.0.219", features = ["derive"] } | ||
structopt = "0.3.18" | structopt = "0.3.26" | ||
ffmpeg_api = { path = "lib/ffmpeg_api" } | ffmpeg_api = { path = "lib/ffmpeg_api" } | ||
media_time = { path = "lib/media_time" } | media_time = { path = "lib/media_time" } | ||
... | ... |
src/options.rs
0 → 100644
Please register or sign in to comment