- load config from json - cli commands to launch existing profiles - tui to pick custom directories and venv
14 lines
305 B
TOML
14 lines
305 B
TOML
[package]
|
|
name = "aare_launcher"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.103"
|
|
clap = { version = "4.6.1", features = ["derive"] }
|
|
gethostname = "1.1.0"
|
|
ratatui = "0.30.2"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.150"
|
|
serde_path_to_error = "0.1.20"
|