From 710131c111d628ba0732fc463c9c63cddc6486e3 Mon Sep 17 00:00:00 2001 From: Travis Finkenauer Date: Sun, 8 Jul 2018 17:18:32 -0400 Subject: [PATCH] State MIT license in manifest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42c7e98..815360f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ "Rene Eichhorn", "Benjamin Saunders" ] -license-file = "LICENSE.md" +license = "MIT" homepage = "https://github.com/rust-openvr/rust-openvr" repository = "https://github.com/rust-openvr/rust-openvr"