From dddf67d9f4b2f89cd5352b8b822e86a5138d3a6a Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Sun, 9 Aug 2020 16:20:31 +0300 Subject: [PATCH] Cargo license fixes --- src/models/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/Cargo.toml b/src/models/Cargo.toml index 56b40e9..5dab913 100644 --- a/src/models/Cargo.toml +++ b/src/models/Cargo.toml @@ -3,6 +3,7 @@ name = "slack-morphism-models" version = "0.1.0" authors = ["Abdulla Abdurakhmanov "] edition = "2018" +license = "Apache-2.0" description = "Slack Morphism Models" homepage = "https://github.com/abdolence/slack-morphism-rust" repository = "https://github.com/abdolence/slack-morphism-rust"