More docs and expand key_value_store example

This commit is contained in:
David Pedersen
2021-06-08 12:43:16 +02:00
parent d7605d3184
commit 1f8b39f05d
13 changed files with 920 additions and 431 deletions
+3
View File
@@ -20,6 +20,7 @@ thiserror = "1.0"
tower = { version = "0.4", features = ["util", "buffer"] }
tower-http = { version = "0.1", features = ["add-extension"] }
regex = "1.5"
tokio = { version = "1", features = ["time"] }
[dev-dependencies]
hyper = { version = "0.14", features = ["full"] }
@@ -39,4 +40,6 @@ features = [
"compression-full",
"fs",
"trace",
"redirect",
"auth",
]