mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-18 14:56:01 +02:00
codename mycelium became lib-humus
This commit is contained in:
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -492,6 +492,7 @@ dependencies = [
|
||||
"governor",
|
||||
"idna 0.3.0",
|
||||
"lazy_static",
|
||||
"lib-humus",
|
||||
"maxminddb",
|
||||
"mime",
|
||||
"parking_lot",
|
||||
@ -1011,6 +1012,19 @@ version = "1.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||||
|
||||
[[package]]
|
||||
name = "lib-humus"
|
||||
version = "0.1.0"
|
||||
source = "git+https://codeberg.org/slatian/lib-humus.git#5c9315b314ba0c247d236d6318041c6872c90b04"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"axum-extra",
|
||||
"mime",
|
||||
"serde",
|
||||
"tera",
|
||||
"toml",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.149"
|
||||
|
Reference in New Issue
Block a user