about summary refs log tree commit diff stats
path: root/pkgs/by-name/ya/yambar-cpu/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-24 14:06:14 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-24 14:06:14 +0200
commit636478286139184ebfa1ffd3610ce0ca482e04fa (patch)
tree45e61147588ca73f0973ab410359f3d7c1f0e3d1 /pkgs/by-name/ya/yambar-cpu/Cargo.toml
parentfix(modules/system/home-manager): Import soispha's hm config (diff)
downloadnixos-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.toml9
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"