mirror of
https://github.com/xvxx/phd
synced 2024-11-04 18:00:22 +00:00
update cargo
This commit is contained in:
parent
1ff6856f86
commit
3490387bc1
16
Cargo.toml
16
Cargo.toml
@ -2,9 +2,23 @@
|
||||
name = "phd"
|
||||
version = "0.1.0"
|
||||
authors = ["dvkt <c@dvkt.io>"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
description = "an esoteric gopher server"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/dvkt/phd"
|
||||
keywords = ["gopher", "server", "daemon"]
|
||||
exclude = [
|
||||
"img/*"
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = 'abort'
|
||||
opt-level = 'z' # Optimize for size.
|
||||
|
||||
[dependencies]
|
||||
content_inspector = "0.2.4"
|
||||
threadpool = "1.7.1"
|
||||
gophermap = "0.1.2"
|
||||
gophermap = "0.1.2"
|
||||
|
Loading…
Reference in New Issue
Block a user