Display category children & Add calendar stats
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -1030,6 +1030,15 @@ version = "2.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
||||
|
||||
[[package]]
|
||||
name = "itertools"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
|
||||
dependencies = [
|
||||
"either",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "itoa"
|
||||
version = "0.4.7"
|
||||
@ -2165,6 +2174,7 @@ dependencies = [
|
||||
"duplicate",
|
||||
"futures",
|
||||
"handlebars",
|
||||
"itertools",
|
||||
"log",
|
||||
"rocket",
|
||||
"rocket_contrib",
|
||||
|
||||
Reference in New Issue
Block a user