X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=9d5c27b96df5d435daaded1ece44d1c8b6b613c1;hb=019ca55b45f0b4e1de74c19bca06c20134ac9103;hp=ccd7e8b7654a67f05e15444db80b89421e160590;hpb=bab03cecfeadcbc79ee2aead61c4de973e5649a0;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" }