2024-10-08 15:52:30 -07:00
|
|
|
[package]
|
2024-10-08 16:41:21 -07:00
|
|
|
description = "utility to update remote and local systems"
|
2024-10-08 15:52:30 -07:00
|
|
|
edition = "2021"
|
2024-10-08 16:41:21 -07:00
|
|
|
homepage = "https://github.com/zyllian/pupdate"
|
2024-10-08 16:39:43 -07:00
|
|
|
license = "WTFPL"
|
2024-10-08 15:52:30 -07:00
|
|
|
name = "pupdate"
|
2024-10-08 16:41:21 -07:00
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/zyllian/pupdate"
|
2024-12-09 22:44:49 -08:00
|
|
|
version = "0.3.0"
|
2024-10-08 15:52:30 -07:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = {version = "4", features = ["derive"]}
|
|
|
|
directories = "5"
|
|
|
|
eyre = "0.6"
|
|
|
|
indicatif = {version = "0.17", features = ["tokio"]}
|
|
|
|
serde = {version = "1", features = ["derive"]}
|
|
|
|
serde_json = "1"
|
|
|
|
time = {version = "0.3", features = ["formatting"]}
|
|
|
|
tokio = {version = "1", features = ["full"]}
|