feat: initial implementation of ckan-devstaller

This commit is contained in:
rzmk 2025-08-12 17:56:06 -04:00
commit 1657a09b79
3 changed files with 208 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "ckan-devstaller"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.99"
inquire = "0.7.5"
owo-colors = { version = "4.2.2", features = ["supports-colors"] }
xshell = "0.2.7"
xshell-venv = "1.3.0"