move to postgres; implement marking caught fish
This commit is contained in:
parent
3e249e0a0d
commit
e564e87c94
7 changed files with 110 additions and 34 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue