From 636478286139184ebfa1ffd3610ce0ca482e04fa Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 24 May 2024 14:06:14 +0200 Subject: feat(pkgs): Pull yambar-{cpu,memory} in tree --- pkgs/by-name/ya/yambar-memory/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkgs/by-name/ya/yambar-memory/Cargo.toml (limited to 'pkgs/by-name/ya/yambar-memory/Cargo.toml') diff --git a/pkgs/by-name/ya/yambar-memory/Cargo.toml b/pkgs/by-name/ya/yambar-memory/Cargo.toml new file mode 100644 index 00000000..27ab3c31 --- /dev/null +++ b/pkgs/by-name/ya/yambar-memory/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "memory" +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" -- cgit 1.4.1