autoname_workspace/Cargo.toml

22 lines
390 B
TOML
Raw Permalink Normal View History

2020-02-09 23:20:43 +00:00
[package]
name = "autoname_workspaces"
version = "0.1.0"
authors = ["Julian Ospald <hasufell@posteo.de>"]
edition = "2018"
2020-02-10 21:53:36 +00:00
license-file = "LICENSE"
2020-02-09 23:20:43 +00:00
[dependencies]
2020-02-10 21:53:29 +00:00
clap = "2.33.0"
2020-02-09 23:20:43 +00:00
counter = "0.4.3"
2020-02-10 21:53:29 +00:00
error-chain = "0.12.1"
2020-02-09 23:20:43 +00:00
lazy_static = "1.4"
log = "0.4"
regex = "1"
signal-hook = "0.1.13"
2020-02-10 22:59:55 +00:00
simple_logger = "1.5.0"
xcb = "0.9.0"
[dependencies.i3ipc]
version = "0.10.1"
features = ["i3-4-14"]