diff options
author | Silas Bartha <[email protected]> | 2024-12-11 15:16:46 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-11 15:16:46 -0500 |
commit | 33bd014e55503ff342175488be428440f75c9452 (patch) | |
tree | 09c831dcf29a699df3a545251c034cd42bbd99ac /Cargo.toml | |
parent | 3fa06f0c09b0ab27a2182eb1e7ebe01b51f731e0 (diff) |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,15 +1,15 @@ [package] name = "pomc" -version = "1.1.2" +version = "1.1.3" description = "Client program for pomd pomodoro daemon" -license = "MIT OR Apache-2.0" +license = "0BSD OR MIT OR Apache-2.0" keywords = ["productivity", "pomodoro", "daemon"] -repository = "https://github.com/exvacuum/pomc" +repository = "https://git.exvacuum.dev/pomc" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -async-std = { version = "1.12.0", features = ["attributes"] } -clap = { version = "4.4.8", features = ["derive"] } -zbus = "3.14.1" +async-std = { version = "1.13", features = ["attributes"] } +clap = { version = "4.5", features = ["derive"] } +zbus = "5.1" |