mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
20 lines
459 B
TOML
20 lines
459 B
TOML
[package]
|
|
name = "rsx-rosetta"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus-autofmt = { path = "../autofmt" }
|
|
dioxus-rsx = { path = "../rsx" }
|
|
html_parser = "0.6.3"
|
|
proc-macro2 = "1.0.49"
|
|
quote = "1.0.23"
|
|
syn = { version = "1.0.107", features = ["full"] }
|
|
convert_case = "0.5.0"
|
|
|
|
# [features]
|
|
# default = ["html"]
|
|
|
|
# eventually more output options
|