Add metadata to Cargo.toml
This commit is contained in:
parent
2dd40ecfe8
commit
0728d59ff6
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ rust-version = "1.83.0"
|
|||
[package]
|
||||
name = "xwayland-satellite"
|
||||
version = "0.7.0"
|
||||
authors = ["Shawn Wallace"]
|
||||
license = "MPL-2.0"
|
||||
description = "xwayland-satellite grants rootless Xwayland integration to any Wayland compositor implementing xdg_wm_base and viewporter. This is particularly useful for compositors that (understandably) do not want to go through implementing support for rootless Xwayland themselves."
|
||||
edition = "2021"
|
||||
rust-version.workspace = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue