From cc257297abe3224ca708a54bad4f202c190151e8 Mon Sep 17 00:00:00 2001 From: cowboy8625 Date: Mon, 28 Jun 2021 16:52:51 -0500 Subject: [PATCH] Got it! had to change cargo.toml file from license-file to just license --- crates/revi-core/Cargo.toml | 2 +- crates/revi-ui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/revi-core/Cargo.toml b/crates/revi-core/Cargo.toml index 874a20b..8f877a4 100644 --- a/crates/revi-core/Cargo.toml +++ b/crates/revi-core/Cargo.toml @@ -5,7 +5,7 @@ authors = ["cowboy8625 "] edition = "2018" description = "Provides core functionality for revi test editor." repository = "https://github.com/revi-editor/revi" -license-file = "MIT" +license = "MIT" keywords = ["revi"] [dependencies] diff --git a/crates/revi-ui/Cargo.toml b/crates/revi-ui/Cargo.toml index b11810a..294e00b 100644 --- a/crates/revi-ui/Cargo.toml +++ b/crates/revi-ui/Cargo.toml @@ -5,7 +5,7 @@ authors = ["cowboy8625 "] edition = "2018" description = "Provides ui functionality for revi test editor." repository = "https://github.com/revi-editor/revi" -license-file = "MIT" +license = "MIT" keywords = ["revi"] [dependencies]