Files
RedBear-OS/local/sources/redox-scheme/Cargo.toml
T

24 lines
746 B
TOML

[package]
name = "redox-scheme"
authors = ["4lDO2 <4lDO2@protonmail.com>", "vasilito <adminpupkin@gmail.com>"]
# Local fork: upstream 0.11.2 + Red Bear +rb0.3.0 version policy.
# See local/AGENTS.md § "Category 2 — Local forks of upstream packages".
version = "0.11.2+rb0.3.0"
edition = "2024"
license = "MIT"
exclude = ["target"]
repository = "https://gitlab.redox-os.org/redox-os/redox-scheme"
description = "Library for writing Redox scheme daemons"
[features]
default = ["std"]
std = []
[dependencies]
redox_syscall = { path = "../syscall" }
libredox = { path = "../libredox", default-features = false, features = ["redox_syscall", "call"] }
[patch.crates-io]
redox_syscall = { path = "../syscall" }
libredox = { path = "../libredox" }