This commit is contained in:
nora 2024-09-15 21:49:33 +02:00
parent f0ffa77500
commit e82f2076b8
10 changed files with 329 additions and 5 deletions

View file

@ -6,5 +6,7 @@ edition = "2021"
[dependencies]
eyre.workspace = true
rustix = { version = "0.38.37", features = ["process", "thread"] }
serde = { version = "1.0.210", features = ["derive"] }
toml = "0.8.19"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }