[package] name = "jsx-one" version = "0.0.1" edition = "2018" license-file = "LICENSE" description= "1 Code base, 10 frameworks" homepage="https://github.com/jsx-one/jsx-one" documentation="https://github.com/jsx-one/jsx-one" repository="https://github.com/jsx-one/jsx-one" readme="README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] swc_ecmascript = {path="src/parser", features=["parser"], version="0.46.0"} swc_common = {version="0.11.0", path="./src/parser/common", features=["tty-emitter"]}