[package] name = "pronouns_today" version = "0.1.0" edition = "2018" authors = ["Emi ", "Sashanora ", "Bit "] 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" ]