We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71570a7 commit 479f6bcCopy full SHA for 479f6bc
Cargo.toml
@@ -3,8 +3,14 @@ name = "line-bot-sdk-rust"
3
version = "0.1.0"
4
authors = ["nanato12 <admin@nanato12.info>"]
5
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"]
13
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
15
[dependencies]
16
rocket = "0.4"
0 commit comments