mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 08:19:52 +01:00
17 lines
520 B
TOML
17 lines
520 B
TOML
[package]
|
|
name = "prns"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
pronounslib = { path = "../pronounslib" }
|
|
time = { version = "0.3.23", features = ["formatting", "serde"] }
|
|
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "postgres", "json"]}
|
|
rocket = "0.5.0-rc.3"
|
|
tokio = { version = "1.27.0", features = ["full"] }
|
|
dotenvy = "0.15.7"
|
|
simple_logger = "4.2.0"
|
|
log = "0.4.19"
|
|
urlencoding = "2.1.3"
|