diff --git a/Cargo.toml b/Cargo.toml index c70dc1d..9af40ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,11 +8,12 @@ authors = [ "Aakash Sen Sharma ", ] edition = "2021" -version = "0.1.0" +version = "0.1.1" license = "MIT" description = "Wayland native (zwlr_layer_shell) area selection client" repository = "https://github.com/waycrate/waysip" keywords = ["wayland", "wlroots", "slurp"] +readme = "README.md" [workspace.dependencies] libwaysip = { version = "0.1.0", path = "./libwaysip" } diff --git a/libwaysip/Cargo.toml b/libwaysip/Cargo.toml index 8c39c73..41f6e8a 100644 --- a/libwaysip/Cargo.toml +++ b/libwaysip/Cargo.toml @@ -7,6 +7,7 @@ edition.workspace = true license.workspace = true repository.workspace = true keywords.workspace = true +readme.workspace = true [dependencies] tempfile = "3.8.1" diff --git a/waysip/Cargo.toml b/waysip/Cargo.toml index 6ff15b1..ddd0d5e 100644 --- a/waysip/Cargo.toml +++ b/waysip/Cargo.toml @@ -7,6 +7,7 @@ license.workspace = true repository.workspace = true keywords.workspace = true authors.workspace = true +readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html