update categories and keywords
This commit is contained in:
parent
6c6d8d4d5b
commit
7d35357531
@ -5,8 +5,8 @@ description = "A simple webservice that allows registered users to create short
|
|||||||
authors = ["Dietrich <dietrich@teilgedanken.de>"]
|
authors = ["Dietrich <dietrich@teilgedanken.de>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
keywords = ["url", "link", "webpage", "actix"]
|
keywords = ["url", "link", "webpage", "actix", "web"]
|
||||||
categories = ["os", "os::linux-apis", "parser-implementations", "command-line-utilities"]
|
categories = ["web-programming", "network-programming", "web-programming.categories.http-server", "command-line-utilities"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://git.teilgedanken.de/dietrich/Pslink"
|
repository = "https://git.teilgedanken.de/dietrich/Pslink"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
@ -42,5 +42,5 @@ actix-web-static-files = { git = "https://github.com/enaut/actix-web-static-file
|
|||||||
|
|
||||||
# optimize for size at cost of compilation speed.
|
# optimize for size at cost of compilation speed.
|
||||||
[profile.release]
|
[profile.release]
|
||||||
#lto = true
|
lto = true
|
||||||
#codegen-units = 1
|
codegen-units = 1
|
Loading…
Reference in New Issue
Block a user