[package] name = "hac-config" version = "0.2.0" edition = "2021" description = "your handy API client, on your terminal!" repository = "https://github.com/wllfaria/hac" homepage = "https://github.com/wllfaria/hac" documentation = "https://github.com/wllfaria/hac/wiki" authors = ["Willians Faria "] license = "MIT" readme = "../README.md" keywords = ["api", "api-client", "insomnia", "postman"] categories = ["command-line-utilities"] workspace = "../" [dependencies] anyhow.workspace = true tracing.workspace = true serde.workspace = true dirs = "5.0.1" toml = "0.8.12"