chore(project): update crate details

This commit is contained in:
orhun 2021-07-26 21:45:22 +03:00
parent 522a32a301
commit ff1a033197
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -8,6 +8,9 @@ license = "MIT"
readme = "README.md" readme = "README.md"
homepage = "https://github.com/orhun/rustypaste" homepage = "https://github.com/orhun/rustypaste"
repository = "https://github.com/orhun/rustypaste" repository = "https://github.com/orhun/rustypaste"
keywords = ["paste", "pastebin", "upload"]
categories = ["web-programming::http-server"]
include = ["src/**/*", "Cargo.*", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies] [dependencies]
actix-web = "3.3.2" actix-web = "3.3.2"