Compare commits

..

No commits in common. "master" and "v1.5.0" have entirely different histories.

3 changed files with 5 additions and 10 deletions

2
Cargo.lock generated
View File

@ -884,7 +884,7 @@ dependencies = [
[[package]]
name = "pomd"
version = "1.5.1"
version = "1.5.0"
dependencies = [
"async-std",
"confy",

View File

@ -1,14 +1,14 @@
[package]
name = "pomd"
version = "1.5.1"
version = "1.5.0"
description = "A simple configurable pomodoro D-Bus daemon"
license = "0BSD OR MIT OR Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"
keywords = ["productivity", "pomodoro", "daemon"]
repository = "https://git.exvacuum.dev/pomd"
repository = "https://github.com/exvacuum/pomd"
[dependencies]
notify-rust = "4.11"
notify-rust = "4"
zbus = "5.1"
async-std = { version = "1.12", features = ["attributes"] }
pausable_clock = "1.0"

View File

@ -1,5 +0,0 @@
Copyright (C) 2024 by Silas Bartha silas@exvacuum.dev
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.