1234567891011121314151617181920212223 |
- [package]
- name = "dioxus-hot-reload"
- version = "0.1.1"
- edition = "2021"
- license = "MIT/Apache-2.0"
- repository = "https://github.com/DioxusLabs/dioxus/"
- homepage = "https://dioxuslabs.com/docs/0.3/guide/en/getting_started/hot_reload.html"
- description = "Hot reloading utilites for Dioxus"
- keywords = ["dom", "ui", "gui", "react", "hot-reloading"]
- [dependencies]
- dioxus-rsx = { workspace = true }
- dioxus-core = { workspace = true, features = ["serialize"] }
- dioxus-html = { workspace = true, features = ["hot-reload-context"] }
- interprocess-docfix = { version = "1.2.2" }
- notify = "5.0.0"
- chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
- serde_json = "1.0.91"
- serde = { version = "1", features = ["derive"] }
- execute = "0.2.11"
- once_cell = "1.17.0"
- ignore = "0.4.19"
|