Skip to content

Commit ee0539f

Browse files
committed
[rust, bazel] separate mdbook into its own crate index
mdbook is only used as binary and we don't use it as a library, so making it a separate crate index. This allows us to avoid mixing its dependencies with other OT dependencies. Signed-off-by: Gary Guo <gary.guo@lowrisc.org>
1 parent 437e299 commit ee0539f

File tree

10 files changed

+1526
-807
lines changed

10 files changed

+1526
-807
lines changed

third_party/mdbook/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright lowRISC contributors (OpenTitan project).
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
package(default_visibility = ["//visibility:public"])

0 commit comments

Comments
 (0)