Skip to content

Commit 479f6bc

Browse files
committed
Update Cargo.toml
1 parent 71570a7 commit 479f6bc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name = "line-bot-sdk-rust"
33
version = "0.1.0"
44
authors = ["nanato12 <admin@nanato12.info>"]
55
edition = "2018"
6+
description = "LINE Messaging API SDK for Rust"
7+
readme = "README.md"
8+
repository = "https://github.com/nanato12/line-bot-sdk-rust/"
9+
license = "Apache-2.0"
10+
license-file = "LICENSE"
11+
keywords = ["line", "linebot", "line-bot-sdk", "line-messaging-api"]
12+
categories = ["api-bindings"]
613

7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
814

915
[dependencies]
1016
rocket = "0.4"

0 commit comments

Comments
 (0)