From f29b36e5a282565c82152a1e9afb0bff7da357ac Mon Sep 17 00:00:00 2001 From: nanato12 Date: Mon, 4 Dec 2023 00:18:00 +0900 Subject: [PATCH] update: Cargo.toml --- core/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index b0b76f8..734bd72 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "LINE Messaging API SDK for Rust" readme = "../../README.md" repository = "https://github.com/nanato12/line-bot-sdk-rust/" -license-file = "../../LICENSE" +license = "Apache-2.0" keywords = ["line", "linebot", "line-bot-sdk", "line-messaging-api"] categories = ["api-bindings"]