Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Apr 13, 2023
1 parent 59c39f7 commit 5bb193c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ homepage = "https://magiclen.org/rocket-accept-language"
keywords = ["rocket", "server", "web", "i18n", "http"]
categories = ["web-programming", "localization"]
description = "This crate provides a request guard used for getting `accept-language` header."
readme = "README.md"
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]

Expand All @@ -18,4 +17,4 @@ rocket = "0.5.0-rc.3"
accept-language = "2"
unic-langid = { version = "0.9", features = ["macros"] }
unic-langid-macros = "0.9"
tinystr = "0.3"
tinystr = "0.3"

0 comments on commit 5bb193c

Please sign in to comment.