Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook
No related branches found
No related tags found
Showing
- .cargo/config.toml 4 additions, 0 deletions.cargo/config.toml
- Cargo.lock 401 additions, 377 deletionsCargo.lock
- Cargo.toml 7 additions, 2 deletionsCargo.toml
- bin/riscv64-unknown-redox-pkg-config 7 additions, 0 deletionsbin/riscv64-unknown-redox-pkg-config
- config.sh 3 additions, 0 deletionsconfig.sh
- recipes/core/bootloader/recipe.toml 1 addition, 1 deletionrecipes/core/bootloader/recipe.toml
- recipes/core/bootstrap/recipe.toml 2 additions, 2 deletionsrecipes/core/bootstrap/recipe.toml
- recipes/core/escalated/recipe.toml 1 addition, 1 deletionrecipes/core/escalated/recipe.toml
- recipes/core/kernel/recipe.toml 3 additions, 3 deletionsrecipes/core/kernel/recipe.toml
- recipes/tools/xz/recipe.toml 1 addition, 1 deletionrecipes/tools/xz/recipe.toml
- src/bin/cook.rs 3 additions, 3 deletionssrc/bin/cook.rs
This diff is collapsed.
... | ... | @@ -20,12 +20,17 @@ name = "cookbook" |
path = "src/lib.rs" | ||
[dependencies] | ||
blake3 = "1.5" | ||
blake3 = "=1.5.3" # 1.5.4 is incompatible with blake3 0.3 dependency from pkgar | ||
pbr = "1.0.2" | ||
pkgar = "0.1.7" | ||
pkgar-keys = "0.1.0" | ||
redoxer = "0.2" | ||
serde = { version = "=1.0.197", features = ["derive"] } | ||
termion = "1.5.5" | ||
termion = "4" | ||
toml = "0.8" | ||
walkdir = "2.3.1" | ||
[patch.crates-io] | ||
redox_installer = { git = "https://gitlab.redox-os.org/redox-os/installer.git" } | ||
ring = { git = "https://gitlab.redox-os.org/redox-os/ring.git", branch = "redox-unix-0.13.5" } |
bin/riscv64-unknown-redox-pkg-config
0 → 100755
Please register or sign in to comment