mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
feat: initial implementation of ckan-devstaller
This commit is contained in:
commit
1657a09b79
3 changed files with 208 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue