From d97063ddcfabbaf5c92f4f86c07f257294c820ad Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Tue, 5 Mar 2024 21:35:24 -0800 Subject: [PATCH] update license in toml (#134) Signed-off-by: yaron2 Signed-off-by: Zachary Edgell --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b7eab1..6862f60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dapr" version = "0.13.0" authors = ["dapr.io"] edition = "2021" -license-file = "LICENSE" +license = "Apache-2.0" repository = "https://github.com/dapr/rust-sdk" description = "Rust SDK for dapr" readme = "README.md"