Skip to content

Commit

Permalink
[update] Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyzenith committed Feb 26, 2022
1 parent a305dff commit 5d40bb2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
[package]
authors = ["Shinyzenith <[email protected]>"]
authors = ["Shinyzenith <https://shinyzenith.xyz>"]
description = "A Simple tool to set output modes for wlroots compositors implementing zwlr_output_power_management_v1."
documentation = "https://docs.rs/crate/wayout/latest"
edition = "2021"
exclude = [
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"contrib/*",
"docs/*",
]
homepage = "https://waycrate.shinyzenith.xyz"
keywords = ["display", "power", "wlroots"]
license = "BSD-2-Clause"
name = "wayout"
repository = "https://git.sr.ht/~shinyzenith/wayout"
version = "1.0.0"

[dependencies]
Expand Down

0 comments on commit 5d40bb2

Please sign in to comment.