mirror of
https://github.com/Noratrieb/captain.git
synced 2026-01-14 06:25:02 +01:00
10 lines
261 B
TOML
10 lines
261 B
TOML
[package]
|
|
name = "quarterdeck"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eyre.workspace = true
|
|
rustix = { version = "0.38.37", features = ["process", "thread"] }
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|