mirror of
https://github.com/zyllian/pupdate.git
synced 2025-01-18 03:32:49 -08:00
15 lines
387 B
TOML
15 lines
387 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "WTFPL"
|
|
name = "pupdate"
|
|
version = "0.1.0"
|
|
|
|
[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"]}
|