initial commit

This commit is contained in:
zyl 2024-10-08 15:52:30 -07:00
commit ba357b2cb8
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs
7 changed files with 1050 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
edition = "2021"
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"]}