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.
|
|
|
[package]
|
|
|
|
name = "swayr"
|
|
|
|
version = "0.0.1"
|
|
|
|
description = "A wofi-based LRU window-switcher for sway written in Rust"
|
|
|
|
homepage = "https://git.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"
|