dioxus/packages/rsx-rosetta/Cargo.toml
Jonathan Kelley ab0023129d bump rsx
2023-02-22 12:22:45 -08:00

20 lines
480 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" , version = "^0.0.3" }
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