Add base crate to cargo_refactor

We are adding an ebuild file for this crate in a future
CL: https://crrev.com/c/3251800

BUG=b:195126527
TEST=Run the script

Change-Id: If58c28075d5f3a3d2ad2b8c55714d1f8cdb968ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3251784
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
Dennis Kempin 2021-10-28 13:06:01 -07:00 committed by Commit Bot
parent e40fb21c0d
commit 6e3350a956

View file

@ -91,6 +91,7 @@ def main():
crates_to_move = [
"assertions",
"audio_streams",
"base",
"cros_async",
"data_model",
"enumn",