only allow one instance

This commit is contained in:
tho
2020-11-15 00:22:04 -08:00
parent 5f90e39a62
commit 313ba1170f
3 changed files with 47 additions and 9 deletions

View File

@ -7,13 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
failure = "0.1"
swayipc = {version = "2.7.0", features = [ "event_stream"]}
#[dependencies.swayipc]
#features = ["async", "event_stream"]
single-instance = "0.1.2"
[packaging]
depends = ["sway"]