forked from Lyr-7D1h/swayest_workstyle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 792 Bytes
/
Cargo.toml
File metadata and controls
24 lines (22 loc) · 792 Bytes
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.6"
authors = ["Lyr-7D1h <lyr-7d1h@pm.me>"]
edition = "2021"
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-io = "2"
futures-lite = "2.6"
toml = { version = "0.8", features = ["preserve_order"] }
dirs = "6.0"
log = "0.4"
fslock = "0.2.1"
ctrlc = "3.1.9"
regex = "1.5.4"
simple_logger = "5"
inotify = "0.11"