PronounsToday/Cargo.toml

20 lines
559 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]
chrono = "0.4.19"
base64 = "0.13.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]