mirror of
https://github.com/zyllian/pupdate.git
synced 2025-05-11 11:06:43 -07:00
initial commit
This commit is contained in:
commit
ba357b2cb8
7 changed files with 1050 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"]}
|
Loading…
Add table
Add a link
Reference in a new issue