flake build

This commit is contained in:
Robin Appelman 2023-11-24 23:39:55 +01:00
commit 30edb6c71a
5 changed files with 449 additions and 6 deletions

6
Cargo.lock generated
View file

@ -926,6 +926,9 @@ name = "either"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
dependencies = [
"serde",
]
[[package]]
name = "encoding_rs"
@ -3332,9 +3335,12 @@ dependencies = [
"dotenvy",
"either",
"heck",
"hex",
"once_cell",
"proc-macro2",
"quote",
"serde",
"serde_json",
"sha2 0.10.6",
"sqlx-core",
"sqlx-rt",