diff --git a/Cargo.toml b/Cargo.toml index 96a105a..433d6d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,13 @@ [package] name = "safex11" -version = "0.2.0" -description = "x11 bindings" +version = "0.0.1" +description = "Safe, high-level x11 bindings" license-file = "../LICENSE" -authors = ["Michael Zhang "] +authors = ["Michael Zhang "] +edition = "2018" +documentation = "https://docs.rs/safex11" +readme = "README.md" +repository = "https://git.sr.ht/~iptq/safex11" [features] default = []