[package] name = "Multi-env" edition = "2021" version = "0.0.3" authors = ["m1n67un "] description = "An elegant banner library that enhances project launches with eye-catching terminal displays and helpful assistance." license = "MIT OR Apache-2.0" repository = "https://github.com/m1n67un/Multi-env" [dependencies] clap = { version = "4.4.6", features = ["derive"] } dotenv = "0.15.0" serde = { version = "1.0", features = ["derive"] } config = "0.14" serde_yaml = "0.9"