xps 13 3980

This commit is contained in:
2026-02-26 13:37:04 +01:00
commit d6ac8e5931
21 changed files with 4562 additions and 0 deletions

30
Cargo.toml Normal file
View File

@@ -0,0 +1,30 @@
[package]
name = "ember-tune"
version = "1.0.0"
edition = "2024"
authors = ["Nils Pukropp <nils@narl.io>"]
readme = "README.md"
[[bin]]
name = "ember-tune"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.102"
thiserror = "2.0.18"
miette = { version = "7.5", features = ["fancy"] }
console = "0.15"
owo-colors = "4.2"
ratatui = "0.30.0"
crossterm = "0.29.0"
ctrlc = "3.5.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
clap = { version = "4.5", features = ["derive", "string", "wrap_help"] }
color-eyre = "0.6"
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-appender = "0.2"
sysinfo = "0.38"
libc = "0.2"
num_cpus = "1.17"