Commit 6764cd6
Add brush-shell 0.3.0 to third-party Rust crates
Summary:
allow-large-files
Import brush-shell 0.3.0 (https://github.com/reubeno/brush), a bash/POSIX-compatible
shell implemented in Rust. This adds brush-shell and its transitive dependencies
(brush-core, brush-builtins, brush-parser, brush-interactive, uucore, etc.).
Fixups created:
- brush-core: cargo_env for CARGO_PKG_VERSION_{MAJOR,MINOR,PATCH}
- brush-shell: overlay to replace env!("CARGO_PKG_HOMEPAGE") (unsupported by reindeer)
with env!("CARGO_PKG_REPOSITORY"), and to remove git_version! macro usage
- uucore: buildscript.run = true with CARGO_MANIFEST_DIR
Placed in cfg(linux(x86_64,aarch64) + macos + windows) section since brush-core
requires tokio signal/process features which are omitted on embedded platforms.
Reviewed By: dtolnay
Differential Revision: D98923334
fbshipit-source-id: 5f655faab3f57a30e4896f425f9cb9a5b952829c1 parent 06940d4 commit 6764cd6
1 file changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments