redox-scheme 0.3.0

Library for writing Redox scheme daemons
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "redox-scheme"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
version = "0.3.0"
edition = "2021"
license = "MIT"
exclude = ["target"]
repository = "https://gitlab.redox-os.org/redox-os/redox-scheme"
description = "Library for writing Redox scheme daemons"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
redox_syscall = "0.5.4"
libredox = { version = "0.1.3", default-features = false, features = ["redox_syscall", "call"] }