From e8dbc75d70c29ea68e6a8d9fb42909c1866345c6 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Wed, 11 Dec 2024 15:20:12 -0500 Subject: Added 0BSD License --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3d0574d..b5cd30d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "pomd" -version = "1.5.0" +version = "1.5.1" description = "A simple configurable pomodoro D-Bus daemon" -license = "MIT OR Apache-2.0" +license = "0BSD OR MIT OR Apache-2.0" edition = "2021" keywords = ["productivity", "pomodoro", "daemon"] -repository = "https://github.com/exvacuum/pomd" +repository = "https://git.exvacuum.dev/pomd" [dependencies] -notify-rust = "4" +notify-rust = "4.11" zbus = "5.1" async-std = { version = "1.12", features = ["attributes"] } pausable_clock = "1.0" -- cgit v1.2.3