X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Frustc%2FCargo.toml;h=7431c35efba01752e01dc51b9e9f6d22f9caf62c;hb=cd92e9f9668dd17e281ef0f2422635adc7c8fd48;hp=9fcefd9d3a4dd5e399304489270f3865c25908b9;hpb=0a52494f7e259f49a3be176dc6fb151c755d6686;p=rust.git diff --git a/src/rustc/Cargo.toml b/src/rustc/Cargo.toml index 9fcefd9d3a4..7431c35efba 100644 --- a/src/rustc/Cargo.toml +++ b/src/rustc/Cargo.toml @@ -11,10 +11,6 @@ path = "rustc.rs" name = "rustdoc" path = "rustdoc.rs" -[[bin]] -name = "rustbook" -path = "rustbook.rs" - [profile.release] opt-level = 2 @@ -27,10 +23,9 @@ debug-assertions = false # All optional dependencies so the features passed to this Cargo.toml select # what should actually be built. [dependencies] -rustbook = { path = "../rustbook", optional = true } rustc_back = { path = "../librustc_back" } rustc_driver = { path = "../librustc_driver" } -rustdoc = { path = "../librustdoc", optional = true } +rustdoc = { path = "../librustdoc" } [features] jemalloc = ["rustc_back/jemalloc"]