Initial code commit

This commit is contained in:
2022-11-23 16:20:06 +01:00
commit cc3b3f7a61
4 changed files with 717 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "artvidnet-linky"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ffmpeg-rs = "5.2.1"
getopts = "0.2.21"