Cargo.toml 559 B

12345678910111213141516171819
  1. [package]
  2. name = "dioxus-isrg"
  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. chrono = { workspace = true }
  13. http = { workspace = true }
  14. thiserror = { workspace = true }
  15. rustc-hash = { workspace = true }
  16. lru = { workspace = true }
  17. tracing = { workspace = true }
  18. walkdir = { workspace = true }