PronounsToday/Cargo.toml

28 lines
647 B
TOML
Raw Normal View History

2021-10-21 01:28:26 +00:00
[package]
2021-10-21 04:18:41 +00:00
name = "pronouns_today"
2021-10-21 01:28:26 +00:00
version = "0.1.0"
edition = "2018"
2021-10-21 01:45:12 +00:00
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"
2021-10-21 01:28:26 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
data-encoding = "2.3.2"
2021-10-21 04:18:41 +00:00
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.time]
version = "0.3"
features = ["local-offset"]
[workspace]
members = [
"web"
]