2
0
mirror of https://github.com/xvxx/phd synced 2024-11-04 18:00:22 +00:00
phd/Cargo.toml
2019-12-29 21:19:50 -08:00

25 lines
466 B
TOML

[package]
name = "phd"
version = "0.1.3"
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"