autoname_workspace/Cargo.toml

17 lines
363 B
TOML

[package]
name = "autoname_workspaces"
version = "0.1.0"
authors = ["Julian Ospald <hasufell@posteo.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
counter = "0.4.3"
i3ipc = "0.10.1"
lazy_static = "1.4"
log = "0.4"
regex = "1"
simple_logger = "1.5.0"
signal-hook = "0.1.13"