7902864a32
- 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.
17 lines
359 B
TOML
17 lines
359 B
TOML
[package]
|
|
name = "evdevd"
|
|
version = "0.2.5"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
redox-scheme = "0.11"
|
|
syscall = { package = "redox_syscall", version = "0.8" }
|
|
log = { version = "0.4", features = ["std"] }
|
|
thiserror = "2"
|
|
orbclient = { version = "0.3", default-features = false }
|
|
|
|
[target.'cfg(target_os = "redox")'.dependencies]
|
|
redox_event = "0.4"
|
|
|
|
[workspace]
|