15 lines
302 B
TOML
15 lines
302 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"
|
|
redox-daemon = "0.1"
|
|
redox_syscall = "0.4"
|
|
slab = "0.4"
|