forked from Lyr-7D1h/swayest_workstyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
24 lines (22 loc) · 890 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.2.1"
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 = { version = "2", features = ["async", "event_stream"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
toml = { version = "0.5.8", features = ["preserve_order"] }
futures-util = "0.3.7"
dirs = "3.0"
simple_logger = "1"
log = "0.4"
fslock = "0.1.6"
ctrlc = "3.1.9"
regex = "1.5.4"
anyhow = "1.0.41"