Expand Cargo.toml
This commit is contained in:
parent
ed281cb2d8
commit
f9d9a361c3
10
Cargo.toml
10
Cargo.toml
|
@ -2,9 +2,19 @@
|
||||||
name = "faery-ring"
|
name = "faery-ring"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["Emi Simpson <emi@alchemi.dev>"]
|
||||||
|
description = "An ultra-lightweight js-free server-side webring implementation"
|
||||||
|
repository = "https://fem.mint.lgbt/Emi/faery-ring"
|
||||||
|
license-file = "LICENSE.md"
|
||||||
|
keywords = ["webring", "indieweb", "web", "discovery", "server"]
|
||||||
|
maintenance = { status = "passively-maintained" }
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tiny_http = "0.9.0"
|
tiny_http = "0.9.0"
|
||||||
argh = "0.1.6"
|
argh = "0.1.6"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = "fat"
|
||||||
|
codegen-units = 1
|
||||||
|
|
Loading…
Reference in a new issue