A small webserver written in Rust with Rocket, that takes a URL and opens it in mpv.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mpv_send/Cargo.toml

16 lines
335 B

4 years ago
[package]
name = "mpv_send"
version = "0.1.0"
authors = ["CptCaptain <nilskoch@posteo.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.5"
[dependencies.rocket_contrib]
version = "0.4.5"
default-features = false
features = ["serve"]