X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=9d5c27b96df5d435daaded1ece44d1c8b6b613c1;hb=064f8885d5e1d38673783d626d9d3fc1b7b909f4;hp=ccd7e8b7654a67f05e15444db80b89421e160590;hpb=d67d1f24dc8b7ba8c00dacde3ee86c75aa85e91e;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index ccd7e8b7654..9d5c27b96df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ members = [ "src/tools/rustfmt", "src/tools/miri", "src/tools/rustdoc-themes", + "src/tools/unicode-table-generator", ] exclude = [ "build", @@ -68,6 +69,7 @@ rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' } # here rustc-std-workspace-core = { path = 'src/tools/rustc-std-workspace-core' } rustc-std-workspace-alloc = { path = 'src/tools/rustc-std-workspace-alloc' } +rustc-std-workspace-std = { path = 'src/tools/rustc-std-workspace-std' } [patch."https://github.com/rust-lang/rust-clippy"] clippy_lints = { path = "src/tools/clippy/clippy_lints" }