From 4936812803e879665937935acf0bd00b5486e025 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 28 Jun 2020 04:57:42 -0500 Subject: [PATCH] license file --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 433d6d1..2721a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "safex11" version = "0.0.1" description = "Safe, high-level x11 bindings" -license-file = "../LICENSE" +license-file = "LICENSE" authors = ["Michael Zhang "] edition = "2018" documentation = "https://docs.rs/safex11"