# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pls-cli" version = "0.1.3" description = "A CLI project manager for multi-project workflows" homepage = "https://pls.nrusso.dev" readme = "README.md" license = "MIT" repository = "https://github.com/brainsaysno/pls" [[bin]] name = "pls" path = "src/main.rs" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.comfy-table] version = "7.1.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.home] version = "0.5.9" [dependencies.mac-notification-sys] version = "0.6" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio-native-tls", "sqlite", ] [dependencies.termsize] version = "0.1.9" [dependencies.tokio] version = "1.38.0" features = ["full"]