Initial commit

This commit is contained in:
nora 2024-09-15 21:02:23 +02:00
commit f0ffa77500
24 changed files with 802 additions and 0 deletions

10
quarterdeck/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[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"] }