|
|
|
@ -1,7 +1,14 @@
|
|
|
|
|
[package]
|
|
|
|
|
name = "svr"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Nick Zana <me@nickzana.dev>"]
|
|
|
|
|
edition = "2021"
|
|
|
|
|
description = "`svr` is a utility that monitors and downloads livestreams for any site with a youtube-dl extractor."
|
|
|
|
|
homepage = "https://git.nickzana.dev/nick/svr"
|
|
|
|
|
repository = "https://git.nickzana.dev/nick/svr"
|
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
|
keywords = ["youtube-dl", "livestream", "multimedia"]
|
|
|
|
|
categories = ["multimedia"]
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|