Files
aare_launcher/Cargo.toml
perl_d 2c98dd1c80 feat: basic functionality
- load config from json
- cli commands to launch existing profiles
- tui to pick custom directories and venv
2026-07-07 14:53:28 +02:00

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"