restream/Cargo.toml

10 lines
198 B
TOML
Raw Permalink Normal View History

2020-12-12 22:45:47 +01:00
[package]
name = "restream"
2024-01-10 10:29:27 +01:00
version = "1.3.1"
2020-12-12 22:45:47 +01:00
authors = ["Rien Maertens <rien.maertens@posteo.be>"]
edition = "2018"
[dependencies]
anyhow = "1.0"
2025-01-25 17:25:39 -08:00
clap = { version = "4.4", features = ["derive"] }