Skip to content

Commit 0cfc510

Browse files
committed
Add cargo publish metadata
1 parent 8980bfb commit 0cfc510

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "wayland-info-rs"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "A Rust implementation of wayland-info for inspecting Wayland compositor globals and protocol capabilities."
6+
license = "MIT"
7+
readme = "README.md"
8+
repository = "https://github.com/dwapp/wayland-info-rs"
9+
homepage = "https://github.com/dwapp/wayland-info-rs"
10+
documentation = "https://docs.rs/wayland-info-rs"
511

612
[dependencies]
713
colored = "3.0.0"

0 commit comments

Comments
 (0)