From cbd9aec4bf2e488156f5dc101271d572af0cd2ca Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 29 Nov 2024 18:48:07 +0100 Subject: chore(pkgs/by-name/ya/{cpu,memory}): Merge There is no reason to keep these two programs separate. --- pkgs/by-name/ya/yambar-modules/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkgs/by-name/ya/yambar-modules/Cargo.toml (limited to 'pkgs/by-name/ya/yambar-modules/Cargo.toml') diff --git a/pkgs/by-name/ya/yambar-modules/Cargo.toml b/pkgs/by-name/ya/yambar-modules/Cargo.toml new file mode 100644 index 00000000..8e3995fe --- /dev/null +++ b/pkgs/by-name/ya/yambar-modules/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "yambar-modules" +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.4" -- cgit 1.4.1