diff --git a/Cargo.toml b/Cargo.toml index d5244f5..af78ac1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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" \ No newline at end of file +tinystr = "0.3"