use upstream tide-serve-dir-macro

This commit is contained in:
bain 2024-09-13 23:07:22 +02:00
parent f83a15a082
commit 278fc65b2a
Signed by: bain
GPG key ID: 31F0F25E3BED0B9B
2 changed files with 4 additions and 4 deletions

5
Cargo.lock generated
View file

@ -1730,8 +1730,9 @@ dependencies = [
[[package]] [[package]]
name = "tide-serve-dir-macro" name = "tide-serve-dir-macro"
version = "0.1.2" version = "0.2.0"
source = "git+https://github.com/bain3/tide-serve-dir-macro#b20f9fe97bfe5fc8a718c6953666f94ed208e20c" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e32ae548028698e2cff0ea540b69ea3dfaa57f8e7cf70c52973d9236d273a4b5"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -15,5 +15,4 @@ ring = { version = "0.17.8", features = ["std"] }
anyhow = "1.0.70" anyhow = "1.0.70"
base64 = "0.21.0" base64 = "0.21.0"
hex = "0.4.3" hex = "0.4.3"
# TODO: replace with crates.io version when updated upstream tide-serve-dir-macro = "0.2"
tide-serve-dir-macro = { git = "https://github.com/bain3/tide-serve-dir-macro" }