Files
RedBear-OS/storage/lived/Cargo.toml
T

17 lines
406 B
TOML

[package]
name = "lived"
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
[dependencies]
anyhow = "1"
libredox = "0.1.3"
redox-daemon = "0.1"
redox_syscall = { version = "0.5", features = ["std"] }
redox_event = "0.4"
driver-block = { path = "../driver-block" }