Very good progress

This commit is contained in:
2024-11-05 23:40:33 +01:00
parent 7d8c27047a
commit 987d25cb42
3 changed files with 86 additions and 16 deletions

7
Cargo.lock generated
View File

@ -7,6 +7,7 @@ name = "Hentai"
version = "0.1.0"
dependencies = [
"postgres",
"urlencoding",
]
[[package]]
@ -668,6 +669,12 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "version_check"
version = "0.9.5"