45c6eb39bb
It has better compatibly and the code works as is. Signed-off-by: Ben Aaron Goldberg <ben@benaaron.dev>
14 lines
281 B
TOML
14 lines
281 B
TOML
[package]
|
|
name = "pronouns-today-web"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# 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"
|
|
env_logger = "0.9"
|
|
askama = "0.10"
|