You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
428 B
15 lines
428 B
[package] |
|
name = "swayr" |
|
version = "0.1.0" |
|
description = "A wofi-based LRU window-switcher (and more) for the sway window manager" |
|
homepage = "https://sr.ht/~tsdh/swayr/" |
|
repository = "https://git.sr.ht/~tsdh/swayr" |
|
authors = ["Tassilo Horn <tsdh@gnu.org>"] |
|
license = "GPL-3.0+" |
|
edition = "2018" |
|
|
|
[dependencies] |
|
serde = { version = "1.0.117", features = ["derive"] } |
|
serde_json = "1.0.59" |
|
clap = "3.0.0-beta.2" |
|
users = "0.11.0"
|
|
|