[package] name = "pls-cli" description = "A CLI project manager for multi-project workflows" homepage = "https://pls.nrusso.dev" repository = "https://github.com/brainsaysno/pls" readme = "README.md" version = "0.1.3" edition = "2021" license = "MIT" [env] SQLX_OFFLINE = true [[bin]] name = "pls" path = "src/main.rs" [dependencies] clap = { version = "4.5.9", features = ["derive"] } comfy-table = "7.1.1" dotenvy = "0.15.7" sqlx = { version = "0.7.4", features = ["runtime-tokio-native-tls", "sqlite"] } tokio = { version = "1.38.0", features = ["full"] } mac-notification-sys = "0.6" home = "0.5.9" termsize = "0.1.9"