mirror of
https://git.nolog.cz/NoLog.cz/anon.git
synced 2025-01-31 13:13:35 +01:00
temporairly use custom tide-serve-dir-macro
This commit is contained in:
parent
c0b6c9c0f3
commit
53ee349dfd
2 changed files with 3 additions and 3 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -1755,8 +1755,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tide-serve-dir-macro"
|
name = "tide-serve-dir-macro"
|
||||||
version = "0.1.2"
|
version = "0.1.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/bain3/tide-serve-dir-macro#ede8edca40737bc7a76bdc7ccf24a393489b964a"
|
||||||
checksum = "0569876d14d685e8047bb24104c2e5c36768507cb0e3bc719b962c10d08c6e8b"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
|
@ -15,4 +15,5 @@ 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"
|
||||||
tide-serve-dir-macro = "0.1"
|
# TODO: replace with crates.io version when updated upstream
|
||||||
|
tide-serve-dir-macro = { git = "https://github.com/bain3/tide-serve-dir-macro" }
|
||||||
|
|
Loading…
Reference in a new issue