-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (28 loc) · 817 Bytes
/
Cargo.toml
File metadata and controls
29 lines (28 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "tide"
version = "1.3.1"
edition = "2024"
authors = ["Markus Sommer"]
description = "🌊 Tide - Refresh your system with the update wave"
license = "MIT"
repository = "https://github.com/BreathCodeFlow/tide"
keywords = ["macos", "update", "maintenance", "automation", "cli"]
categories = ["command-line-utilities"]
[dependencies]
clap = { version = "4.5.50", features = ["derive"] }
serde = { version = "1.0.228", features = ["derive"] }
toml = "0.9.8"
anyhow = "1.0.100"
thiserror = "2.0.17"
dirs = "6.0.0"
which = "8.0.0"
shellexpand = "3.1.1"
colored = "3.0.0"
indicatif = "0.18.0"
dialoguer = "0.12.0"
crossterm = "0.29.0"
tokio = { version = "1.48.0", features = ["full"] }
futures = "0.3.31"
chrono = "0.4.42"
reqwest = { version = "0.12.24", features = ["blocking"] }
notify-rust = "4.11.7"