forked from roosta/i3wsr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
33 lines (30 loc) · 832 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
25
26
27
28
29
30
31
32
33
[package]
edition = "2021"
name = "i3wsr"
version = "2.1.1"
description = "Change i3-wm workspace names based on its contents"
authors = ["Daniel Berg <[email protected]>"]
repository = "https://github.com/roosta/i3wsr"
documentation = "https://github.com/roosta/i3wsr"
readme = "README.md"
keywords = ["i3-wm", "window-manager", "workspaces", "linux"]
categories = ["command-line-utilities"]
license = "MIT"
exclude = ["TODOs.org*", "/script", "/assets/*", "Vagrantfile"]
[badges]
travis-ci = { repository = "roosta/i3wsr" }
[dependencies]
xcb = "0.9"
exitfailure = "0.5.1"
failure = "0.1.8"
failure_derive = "0.1.8"
lazy_static = "1.4.0"
clap = "2.33.1"
toml = "0.5.6"
serde = { version = "1.0.111", features = ["derive"] }
itertools = "0.9.0"
regex = "1"
encoding = "0.2"
dirs = "4.0.0"
[dependencies.i3ipc]
version = "0.10.1"