PronounsToday/Cargo.toml
Ben Aaron Goldberg 55716cd9f0 [scgi] Basic SCGI server working
Signed-off-by: Ben Aaron Goldberg <ben@benaaron.dev>
2021-10-27 11:27:27 -04:00

29 lines
658 B
TOML

[package]
name = "pronouns_today"
version = "0.1.0"
edition = "2018"
authors = ["Emi <emi@alchemi.dev>", "Sashanora <ben@benaaron.dev>", "Bit <theotheroracle@disroot.org>"]
description = "For when your pronouns are just too cool"
homepage = "https://pronouns.today"
repository = "https://fem.mint.lgbt/Emi/PronounsToday"
license-file = "LICENSE.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
data-encoding = "2.3.2"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.time]
version = "0.3"
features = ["local-offset"]
[workspace]
members = [
"web",
"scgi",
]