PronounsToday/web/Cargo.toml
Ben Aaron Goldberg 2dfa2c2f92 Add WIP web frontend
Signed-off-by: Ben Aaron Goldberg <ben@benaaron.dev>
2021-10-23 20:44:08 -04:00

13 lines
270 B
TOML

[package]
name = "pronouns_today_web"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pronouns_today = {path = ".."}
actix-web = "3"
log = "0.4.14"
env_logger = "0.9.0"