mpvipc/Cargo.toml

14 lines
407 B
TOML
Raw Normal View History

2017-05-22 18:31:20 +02:00
[package]
name = "mpvipc"
version = "1.1.4"
2017-05-22 18:31:20 +02:00
authors = ["Jonas Frei <freijon@gmail.com>"]
description = "A small library which provides bindings to control existing mpv instances through sockets."
2017-05-22 19:00:29 +02:00
license = "GPL-3.0"
2017-05-22 18:31:20 +02:00
homepage = "https://github.com/freijon/mpvipc"
repository = "https://github.com/freijon/mpvipc"
2017-05-31 19:37:17 +02:00
documentation = "https://docs.rs/mpvipc/"
2017-05-22 18:31:20 +02:00
[dependencies]
serde = "1.0.1"
serde_json = "1.0.0"