We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Book
1 parent 7820fa5 commit 0d74b4eCopy full SHA for 0d74b4e
Cargo.lock
@@ -994,6 +994,7 @@ dependencies = [
994
"rustdoc",
995
"serde",
996
"serde_json",
997
+ "toml",
998
"walkdir",
999
]
1000
src/tools/dashboard/Cargo.toml
@@ -13,3 +13,4 @@ rustdoc = { path = "../../librustdoc" }
13
walkdir = "2.3.2"
14
serde = { version = "1.0", features = ["derive"] }
15
serde_json = "1.0"
16
+toml = "0.5"
0 commit comments