Files
RedBear-OS/Cargo.toml
T
2023-10-12 20:08:07 +02:00

19 lines
355 B
TOML

[package]
name = "libredox"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
version = "0.1.0"
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["scheme", "call"]
scheme = ["call"]
call = []
[dependencies]
bitflags = "2"
libc = "0.2"
redox_syscall = "0.4"