initial commit
This commit is contained in:
commit
d59ca4aceb
5 changed files with 405 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
# -*- eval: (cargo-minor-mode 1) -*-
|
||||
|
||||
[package]
|
||||
name = "render_video"
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
camino = "1.1"
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
ffmpeg = { package = "ffmpeg-next", version = "6.0" }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_with = "3.4"
|
||||
toml = { package = "basic-toml", version = "0.1.4" }
|
Loading…
Add table
Add a link
Reference in a new issue