We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f53d2 commit ea1b230Copy full SHA for ea1b230
src/tools/rustbook/Cargo.lock
@@ -951,6 +951,7 @@ dependencies = [
951
"once_cell",
952
"pathdiff",
953
"pulldown-cmark 0.10.3",
954
+ "railroad",
955
"regex",
956
"semver",
957
"serde_json",
@@ -1300,6 +1301,15 @@ version = "5.2.0"
1300
1301
source = "registry+https://github.com/rust-lang/crates.io-index"
1302
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
1303
1304
+[[package]]
1305
+name = "railroad"
1306
+version = "0.3.2"
1307
+source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+checksum = "0ecedffc46c1b2cb04f4b80e094eae6b3f3f470a9635f1f396dd5206428f6b58"
1309
+dependencies = [
1310
+ "unicode-width",
1311
+]
1312
+
1313
[[package]]
1314
name = "rand"
1315
version = "0.8.5"
0 commit comments