24 lines
424 B
TOML
Raw Normal View History

2023-07-27 16:25:26 +03:00
[package]
name = "shell"
version = "0.1.0"
edition = "2021"
2023-12-11 03:05:17 +02:00
authors = ["Mark Poliakov <mark@alnyan.me>"]
2023-07-27 16:25:26 +03:00
[dependencies]
cross.workspace = true
clap.workspace = true
thiserror.workspace = true
2023-11-14 14:55:13 +02:00
nom = "7.1.3"
[target.'cfg(target_os = "yggdrasil")'.dependencies]
2024-03-12 18:17:47 +02:00
yggdrasil-rt = { path = "../../lib/runtime" }
yggdrasil-abi = { path = "../../lib/abi" }
[target.'cfg(unix)'.dependencies]
libc = "*"
[lints]
workspace = true