diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-06-30 19:27:33 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-06-30 19:27:33 -0400 |
| commit | 55cfb8187cb814e17a2a99d02bfd9296fc01dcc2 (patch) | |
| tree | c5f7ed60c8a814addd60b1cfb843fb9a107f1458 /Cargo.toml | |
| parent | 9058b01d6c0e3d1e9e485a537258a312ccfc841c (diff) | |
Added config file
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"] } |
