From f8bc67eecae8945fc717e62b170744d608345a1c Mon Sep 17 00:00:00 2001 From: Sachandhan Ganesh Date: Wed, 3 Feb 2021 16:12:00 -0800 Subject: [PATCH] fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bfb1dab..ed91075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["async", "network", "message", "queue", "aio"] categories = ["asynchronous", "network-programming", "rust-patterns", "encoding"] repository = "https://github.com/sachanganesh/connect-rs" readme = "README.md" -license-file = "LICENSE" +license = "Apache-2.0" [workspace] members = [ -- 2.44.0