Skip to content

Commit 4bac466

Browse files
committed
prep rspipe for publish to crates.io
1 parent 9b74e95 commit 4bac466

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

rspipe/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
name = "rspipe"
33
version = "0.1.0"
44
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"]
511

612
[dependencies]
7-
rustsynth = {path = "../rustsynth"}
13+
rustsynth = { version="^0.7.0", path = "../rustsynth" }
814
clap = "4.5"

0 commit comments

Comments
 (0)