forked from Lyr-7D1h/swayest_workstyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
24 lines (22 loc) · 844 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "sworkstyle"
version = "1.3.5"
authors = ["Lyr-7D1h <[email protected]>"]
edition = "2018"
license = "MIT"
description = "Workspaces with the swayest style! This program will dynamically rename your workspaces to indicate which programs are running in each workspace. It uses the Sway IPC. In the absence of a config file, one will be generated automatically.See ${XDG_CONFIG_HOME}/workstyle/config.yml for details."
repository = "https://github.com/Lyr-7D1h/swayest_workstyle"
keywords = ["sway", "wayland"]
readme = "README.md"
[dependencies]
swayipc-async = "2.0.1"
async-std = { version = "1.10.0", features = ["attributes"]}
futures = "0.3.25"
toml = { version = "0.5.8", features = ["preserve_order"] }
dirs = "4.0"
log = "0.4"
fslock = "0.2.1"
ctrlc = "3.1.9"
regex = "1.5.4"
simple_logger = "2.1.0"
inotify = "0.10.0"