19 lines
409 B
TOML
Raw Permalink Normal View History

2023-11-18 22:44:11 +02:00
[package]
name = "red"
version = "0.1.0"
edition = "2021"
2023-12-11 03:05:17 +02:00
authors = ["Mark Poliakov <mark@alnyan.me>"]
2023-11-18 22:44:11 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libterm.workspace = true
thiserror.workspace = true
2024-01-08 18:45:38 +02:00
2023-11-18 22:44:11 +02:00
unicode-width = "0.1.11"
[target.'cfg(not(target_os = "yggdrasil"))'.dependencies]
libc = "0.2.150"
crossterm = "0.27.0"
syslog = "6.1.0"