From e72e49840a65425bb24ea9c556eda307a3a0a1d4 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Mon, 21 Apr 2025 19:08:46 +0200 Subject: [PATCH] Don't include bootstrap in the main workspace --- Cargo.toml | 3 +++ bootstrap/LICENSE | 21 --------------------- 2 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 bootstrap/LICENSE diff --git a/Cargo.toml b/Cargo.toml index b84405ec07..0a5450ab2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,8 @@ members = [ "zerod", ] +# Bootstrap needs it's own profile configuration +exclude = ["bootstrap"] + [patch.crates-io] net2 = { git = "https://gitlab.redox-os.org/redox-os/net2-rs.git", branch = "master" } diff --git a/bootstrap/LICENSE b/bootstrap/LICENSE deleted file mode 100644 index 2c457a7229..0000000000 --- a/bootstrap/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2022 4lDO2 - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.