Files
RedBear-OS/local/recipes/system/cub/source/Cargo.toml
T
vasilito 7902864a32 version(0.2.5): bump project version to 0.2.5
- Cookbook Cargo.toml: 0.1.0 → 0.2.5
- All 61 in-house crate Cargo.toml versions: 0.2.4 → 0.2.5
- os-release.in: fix URLs from github.com to gitea.redbearos.org
- sync-versions.sh --check passes with zero drift

The OS version is derived from the git branch name at build time.
Building on branch 0.2.5 produces os-release with VERSION_ID=0.2.5.
2026-07-02 15:36:28 +03:00

30 lines
686 B
TOML

[workspace]
resolver = "2"
members = [
"cub-lib",
"cub-cli",
"cub-tui",
]
default-members = [
"cub-cli",
]
[workspace.package]
version = "0.2.5"
description = "Red Bear OS Package Builder"
license = "MIT"
authors = ["Red Bear OS Contributors"]
repository = "https://gitlab.redox-os.org/redox-os/redox"
edition = "2021"
[workspace.dependencies]
serde = "1"
serde_derive = "1"
toml = "0.8.2"
thiserror = "2"
clap = { version = "4.3", features = ["cargo", "derive"] }
[patch.crates-io]
ring = { git = "https://gitlab.redox-os.org/redox-os/ring.git", branch = "redox-0.17.8" }
cc-11 = { git = "https://github.com/tea/cc-rs", branch="riscv-abi-arch-fix", package = "cc" }