Files
swkb/Cargo.toml

16 lines
382 B
TOML
Raw Normal View History

2020-07-28 15:54:05 +03:00
[package]
2020-07-28 16:47:34 +03:00
name = "swkb"
2020-08-21 15:42:58 +10:00
version = "0.2.4"
2020-07-28 15:54:05 +03:00
authors = ["Alexandr Bogomyakov <abogomyakov@iponweb.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-11-14 10:29:15 -08:00
swayipc = {version = "2.7.0", features = [ "event_stream"]}
2020-11-15 00:22:04 -08:00
single-instance = "0.1.2"
2020-08-14 22:27:44 +10:00
[packaging]
depends = ["sway"]
makedepends = ["cargo", "git"]