1
0

Cargo.toml 508 B

123456789101112131415
  1. [package]
  2. name = "dioxus-devtools-types"
  3. edition = "2021"
  4. version.workspace = true
  5. authors = ["Jonathan Kelley", "Evan Almloff"]
  6. license = "MIT OR Apache-2.0"
  7. repository = "https://github.com/DioxusLabs/dioxus/"
  8. homepage = "https://dioxuslabs.com"
  9. description = "CLI Configuration for dioxus-cli"
  10. keywords = ["dom", "ui", "gui", "react", ]
  11. [dependencies]
  12. serde = { workspace = true, features = ["derive"] }
  13. dioxus-core = { workspace = true, features = ["serialize"] }
  14. subsecond-types = { workspace = true }