aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c82799db..26c50ef5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,10 @@ authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
license = "GPL-3.0-or-later"
edition = "2021"
+readme = "README.md"
+repository = "https://github.com/YaLTeR/niri"
+keywords = ["wayland", "compositor", "tiling", "smithay", "wm"]
+
[dependencies]
anyhow = { version = "1.0.75" }
arrayvec = "0.7.4"