Files
RedBear-OS/Cargo.toml
T
2023-12-26 12:21:28 +01:00

23 lines
514 B
TOML

[package]
name = "libredox"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
version = "0.0.4"
edition = "2021"
license = "MIT"
description = "Redox stable ABI"
repository = "https://gitlab.redox-os.org/redox-os/libredox.git"
exclude = ["target"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["call", "std", "redox_syscall_exports"]
call = []
std = []
redox_syscall_exports = []
[dependencies]
bitflags = "2"
libc = "0.2"
redox_syscall = "0.4"