From 55cfb8187cb814e17a2a99d02bfd9296fc01dcc2 Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Fri, 30 Jun 2023 19:27:33 -0400 Subject: Added config file --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3