1234567891011121314151617 |
- [package]
- name = "manganis-core"
- edition = "2021"
- version = { workspace = true }
- authors = ["Jonathan Kelley"]
- description = "core for manganis"
- license = "MIT OR Apache-2.0"
- repository = "https://github.com/DioxusLabs/dioxus/"
- homepage = "https://dioxuslabs.com"
- keywords = ["dom", "ui", "gui", "assets"]
- # be careful with dependencies you add here - these need to get compiled for the proc macro and therefore
- # prevent the main code from compiling!
- [dependencies]
- serde_json = "1.0"
- serde = { workspace = true, features = ["derive"] }
|