[package] authors = ["Anton Romanov "] description = "Booth allows you to craft your own local environment that consists of plenty intertwined microservices and then orchestrate them." edition = "2021" exclude = [".gitignore"] keywords = ["variables", "template", "supervisor", "orchestrator", "orchestrating"] license = "Apache-2.0" name = "booth" readme = "README.md" repository = "https://github.com/fancydevel/booth" rust-version = "1.78.0" version = "0.0.1" [profile.release] strip = "symbols" [profile.dev] opt-level = 3 debug = 1