[package] name = "cppm" version = "3.0.4" edition = "2021" authors = ["Maou Shimazu ", "BrandonDoesDev ", "Ruby Star "] description = "A C++ Project Manager" readme = "README.md" repository = "https://github.com/Maou-Shimazu/Cpp-Project-Manager" license = "MIT" keywords = ["cli", "terminal", "tui"] exclude = [ "test/*", ".vscode/*", ".idea/*", ] [dependencies] colored = "2" dirs = "4.0.0" fsio = "0.3.0" #note: get rid of fsio using std functions serde = { version = "1.0.137", features = ["derive"] } toml = "0.5.9" ansi_term = "0.12.1" clap = { version = "3.1.18", features = ["derive"] } glob = "0.3.0" minreq = { version = "2.6.0", features = ["https"] } serde_json = "1" human-panic = "1.0.3"