We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b74e95 commit 4bac466Copy full SHA for 4bac466
1 file changed
rspipe/Cargo.toml
@@ -2,7 +2,13 @@
2
name = "rspipe"
3
version = "0.1.0"
4
edition = "2024"
5
+description = "Command line tool for processing video with VapourSynth scripts"
6
+license.workspace = true
7
+authors.workspace = true
8
+repository.workspace = true
9
+categories = ["command-line-utilities", "multimedia::video"]
10
+keywords = ["vapoursynth", "video", "cli"]
11
12
[dependencies]
-rustsynth = {path = "../rustsynth"}
13
+rustsynth = { version="^0.7.0", path = "../rustsynth" }
14
clap = "4.5"
0 commit comments