123456789101112 |
- [package]
- name = "dioxus-cli-config"
- edition = "2021"
- version.workspace = true
- authors = ["Jonathan Kelley", "Evan Almloff"]
- license = "MIT OR Apache-2.0"
- repository = "https://github.com/DioxusLabs/dioxus/"
- homepage = "https://dioxuslabs.com"
- description = "CLI Configuration for dioxus-cli"
- keywords = ["dom", "ui", "gui", "react", ]
- [dependencies]
|