diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-05-15 21:42:47 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-05-29 10:46:04 -0400 |
| commit | e38854c7db0fe6f006304d7f638b6aa190fc2d87 (patch) | |
| tree | eb730768a5f9c68f20c3b20a180cb1ab327a2de5 /Cargo.toml | |
| parent | 3f0cfb69f2ab1dda4425fe871a6cbf3b4bfb8dc3 (diff) | |
Started on frontend
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -7,14 +7,19 @@ edition = "2021" [dependencies] actix-web = "4" +tera = "1" serde = "1" thiserror = "1" rust-argon2 = "1" uuid = { version = "1", features = [ "v4", "fast-rng", "serde" ] } raise = "2" +exun = "0.1" +rust-ini = "0.18" dotenv = "0.15" +parking_lot = "0.12" +grass = "0.12" +unic-langid = { version = "0.9", features = ["serde"] } rand = "0.8" sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "offline" ] } log = "0.4" hex = "0.4" -exun = "0.1" |
