add some formatting shit
This commit is contained in:
parent
4358ec6483
commit
80c884f489
4 changed files with 25 additions and 0 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue