diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-24 14:06:14 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-24 14:06:14 +0200 |
commit | 636478286139184ebfa1ffd3610ce0ca482e04fa (patch) | |
tree | 45e61147588ca73f0973ab410359f3d7c1f0e3d1 /pkgs/by-name/ya/yambar-cpu/Cargo.toml | |
parent | fix(modules/system/home-manager): Import soispha's hm config (diff) | |
download | nixos-config-636478286139184ebfa1ffd3610ce0ca482e04fa.tar.gz nixos-config-636478286139184ebfa1ffd3610ce0ca482e04fa.zip |
feat(pkgs): Pull yambar-{cpu,memory} in tree
Diffstat (limited to '')
-rw-r--r-- | pkgs/by-name/ya/yambar-cpu/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/by-name/ya/yambar-cpu/Cargo.toml b/pkgs/by-name/ya/yambar-cpu/Cargo.toml new file mode 100644 index 00000000..5a2bc6f9 --- /dev/null +++ b/pkgs/by-name/ya/yambar-cpu/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "cpu_usage" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +sysinfo = "0.28.1" |