Skip to content

Commit

Permalink
Merge pull request #39 from nanato12/feature/update-cargo-toml
Browse files Browse the repository at this point in the history
Organize packages
  • Loading branch information
nanato12 authored Mar 17, 2023
2 parents 7def954 + c5c9984 commit b4a526b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = "2018"
description = "LINE Messaging API SDK for Rust"
readme = "README.md"
repository = "https://github.com/nanato12/line-bot-sdk-rust/"
license = "Apache-2.0"
license-file = "LICENSE"
keywords = ["line", "linebot", "line-bot-sdk", "line-messaging-api"]
categories = ["api-bindings"]
Expand All @@ -17,9 +16,8 @@ rocket_support = ["rocket"]
actix_support = ["actix-web"]

[dependencies]
actix-web = { version = "3", optional = true, default-features = false }
actix-web = { version = "4.3.1", optional = true, default-features = false }
base64 = "0.21.0"
bytes = "0.4"
chrono = "0.4"
hmac = "0.12.1"
reqwest = { version = "0.11.14", features = ["blocking", "json"] }
Expand All @@ -30,6 +28,8 @@ serde_json = "1.0"
sha2 = "0.10.6"

[dev-dependencies]
bytes = "1.4.0"
dotenv = "0.15.0"
actix-web = "3.3"
actix-rt = "1.1"
actix-web = "4.3.1"
actix-rt = "2.8.0"
rocket = "0.4"

0 comments on commit b4a526b

Please sign in to comment.