diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-18 16:54:43 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-08-19 13:41:55 +0200 |
commit | 4682f104ea24fc257c22dc12db1a3dad1323662a (patch) | |
tree | 8815652555207038cc0837f25b9ef35068bbc16a /Cargo.toml | |
parent | 0c495ba984436cccc6caeed66639a2b61095dbad (diff) |
docs: link multipage version of HTML spec
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ include = ["src/**/*", "LICENSE", "README.md"] codespan-reporting = "0.11.1" insta = "1.31.0" similar-asserts = { workspace = true } +walkdir = "2.3.3" [features] # Feature used by integration tests in tests/ to get access to library internals. |