mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
14 lines
324 B
TOML
14 lines
324 B
TOML
[package]
|
|
name = "ckan-devstaller"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.99"
|
|
clap = { version = "4.5.45", features = ["derive"] }
|
|
inquire = "0.7.5"
|
|
owo-colors = { version = "4.2.2", features = ["supports-colors"] }
|
|
rust-ini = "0.21.2"
|
|
serde_json = "1.0.142"
|
|
xshell = "0.2.7"
|
|
xshell-venv = "1.3.0"
|