21 lines
446 B
TOML
21 lines
446 B
TOML
[package]
|
|
name = "libredox"
|
|
authors = ["4lDO2 <4lDO2@protonmail.com>"]
|
|
version = "0.0.3"
|
|
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"]
|
|
call = []
|
|
|
|
[dependencies]
|
|
bitflags = "2"
|
|
libc = "0.2"
|
|
redox_syscall = "0.4"
|