17 lines
443 B
TOML
17 lines
443 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-scheme = { git = "https://gitlab.redox-os.org/redox-os/redox-scheme.git" }
|
|
redox_event = "0.4"
|