Cargo.toml 459 B

1234567891011121314151617181920
  1. [package]
  2. name = "rsx-rosetta"
  3. version = "0.0.0"
  4. edition = "2018"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. dioxus-autofmt = { path = "../autofmt" }
  8. dioxus-rsx = { path = "../rsx" }
  9. html_parser = "0.6.3"
  10. proc-macro2 = "1.0.49"
  11. quote = "1.0.23"
  12. syn = { version = "1.0.107", features = ["full"] }
  13. convert_case = "0.5.0"
  14. # [features]
  15. # default = ["html"]
  16. # eventually more output options