From 13bd6e918f4420493012c4208502401b36a22715 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 28 Jun 2020 04:46:25 -0500 Subject: [PATCH] update --- Cargo.toml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index a144c4a..96a105a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "leanshot_x11" +name = "safex11" version = "0.2.0" description = "x11 bindings" license-file = "../LICENSE" diff --git a/README.md b/README.md new file mode 100644 index 0000000..90abb20 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +safex11 +======= + +Safe Rust bindings to x11 + +License: MIT