add some formatting shit

This commit is contained in:
Reid 2023-08-29 01:10:33 -07:00
parent 4358ec6483
commit 80c884f489
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
4 changed files with 25 additions and 0 deletions

7
Cargo.lock generated
View file

@ -408,6 +408,7 @@ version = "0.0.0"
dependencies = [
"diesel",
"dotenvy",
"maplit",
"password-auth",
"regex",
"rocket",
@ -655,6 +656,12 @@ dependencies = [
"tracing-subscriber",
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "matchers"
version = "0.1.0"