diff options
Diffstat (limited to '')
| -rw-r--r-- | pkgs/by-name/no/notify-run/Cargo.toml (renamed from pkgs/by-name/ya/yambar-modules/Cargo.toml) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/by-name/ya/yambar-modules/Cargo.toml b/pkgs/by-name/no/notify-run/Cargo.toml index 45078170..c4b9a659 100644 --- a/pkgs/by-name/ya/yambar-modules/Cargo.toml +++ b/pkgs/by-name/no/notify-run/Cargo.toml @@ -9,11 +9,12 @@ # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. [package] -name = "yambar-modules" +name = "notify-run" +description = "An safe way to run applications that might fail" version = "0.1.0" -edition = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sysinfo = "0.28.4" +anyhow = "1.0.100" |
