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.
2 parents 7794437 + fdb6289 commit b2a0149Copy full SHA for b2a0149
Cargo.toml
@@ -0,0 +1,20 @@
1
+[package]
2
+name = "line-bot-sdk-rust"
3
+version = "0.1.0"
4
+authors = ["nanato12 <admin@nanato12.info>"]
5
+edition = "2018"
6
+
7
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
+[dependencies]
10
+rocket = "0.4"
11
+rocket_contrib = { version = "0.4", features = ["json"] }
12
+surf = "1.0.3"
13
+serde = { version = "1.0", features = ["derive"] }
14
+async-std = { version = "1.5.0", features = ["attributes"] }
15
+serde_json = "1.0"
16
+bytes = "0.4"
17
+base64 = "0.9.2"
18
+hmac = "0.6.2"
19
+sha2 = "0.7.1"
20
+serde_derive = "1.0.97"
0 commit comments