move to postgres; implement marking caught fish

This commit is contained in:
insects 2025-02-06 14:25:51 +01:00
parent 3e249e0a0d
commit e564e87c94
7 changed files with 110 additions and 34 deletions

2
Cargo.lock generated
View file

@ -169,6 +169,7 @@ dependencies = [
"axum",
"chrono",
"chrono-humanize",
"dotenvy",
"maud",
"nanoid",
"serde",
@ -922,7 +923,6 @@ version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]