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]
|
2021-10-21 18:37:37 +00:00
|
|
|
data-encoding = "2.3.2"
|
2021-10-21 04:18:41 +00:00
|
|
|
|
|
|
|
[dependencies.serde]
|
|
|
|
version = "1.0"
|
|
|
|
features = ["derive"]
|
2021-10-21 18:37:37 +00:00
|
|
|
|
|
|
|
[dependencies.time]
|
|
|
|
version = "0.3"
|
|
|
|
features = ["local-offset"]
|
2021-10-24 00:44:08 +00:00
|
|
|
|
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"web"
|
|
|
|
]
|