mirror of
https://gitlab.com/hyask/swaysome.git
synced 2025-12-10 07:44:43 +01:00
Cargo: add some missing metadata
This commit is contained in:
parent
7be68bd830
commit
3609786b7b
2 changed files with 5 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -101,7 +101,7 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|||
|
||||
[[package]]
|
||||
name = "swaysome"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"clap",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@ name = "swaysome"
|
|||
version = "1.1.1"
|
||||
authors = ["Skia <skia@hya.sk>"]
|
||||
edition = "2018"
|
||||
description = "swaysome provides a different way to manage your multiple outputs with the sway windows manager"
|
||||
license = "MIT"
|
||||
repository = "https://gitlab.com/hyask/swaysome"
|
||||
homepage = "https://gitlab.com/hyask/swaysome"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue