23 lines
456 B
TOML
23 lines
456 B
TOML
[package]
|
|
name = "sync-runner"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.29", features = ["derive"] }
|
|
colored = "3.0.0"
|
|
dbus = "0.9.7"
|
|
execute = "0.2.13"
|
|
fern = "0.7.1"
|
|
git2 = "0.20.0"
|
|
glob = "0.3.2"
|
|
hex = "0.4.3"
|
|
lazy_static = "1.5.0"
|
|
log = "0.4.26"
|
|
regex = "1.11.1"
|
|
resolve-path = "0.1.0"
|
|
serde = { version = "1.0.218", features = ["serde_derive"] }
|
|
sha2 = "0.10.8"
|
|
shellexpand = "3.1.0"
|
|
toml = "0.8.20"
|
|
whoami = "1.5.2"
|