2021-11-09 04:09:57 +00:00
|
|
|
[package]
|
|
|
|
name = "faery-ring"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2021-11-09 18:00:06 +00:00
|
|
|
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" }
|
2021-11-09 04:09:57 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tiny_http = "0.9.0"
|
|
|
|
argh = "0.1.6"
|
2021-11-09 18:00:06 +00:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = "fat"
|
|
|
|
codegen-units = 1
|