2017-05-22 18:31:20 +02:00
|
|
|
[package]
|
|
|
|
name = "mpvipc"
|
2017-05-31 19:33:15 +02:00
|
|
|
version = "1.1.1"
|
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"
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde = "1.0.1"
|
|
|
|
serde_json = "1.0.0"
|