summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-30 19:27:33 -0400
committermrw1593 <botahamec@outlook.com>2023-06-30 19:27:33 -0400
commit55cfb8187cb814e17a2a99d02bfd9296fc01dcc2 (patch)
treec5f7ed60c8a814addd60b1cfb843fb9a107f1458 /Cargo.toml
parent9058b01d6c0e3d1e9e485a537258a312ccfc841c (diff)
Added config file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eae42e1..dd52982 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,9 @@ grass = "0.12"
sha2 = "0.10"
unic-langid = { version = "0.9", features = ["serde"] }
rand = "0.8"
+bpaf = { version = "0.8", features = ["derive"] }
serde_urlencoded = "0.7"
+toml = { version = "0.7", features = ["parse"] }
sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "chrono", "offline" ] }
log = "0.4"
chrono = { version = "0.4", features = ["serde"] }