Cargo.toml 553 B

1234567891011121314151617181920
  1. [package]
  2. name = "dioxus-hot-reload"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. dioxus-rsx = { path = "../rsx" }
  8. dioxus-core = { path = "../core", features = ["serialize"] }
  9. dioxus-html = { path = "../html", features = ["hot-reload-context"] }
  10. interprocess = { version = "1.2.1" }
  11. notify = "5.0.0"
  12. chrono = "0.4.23"
  13. serde_json = "1.0.91"
  14. serde = { version = "1", features = ["derive"] }
  15. execute = "0.2.11"
  16. once_cell = "1.17.0"
  17. gitignore = "1.0.7"