[package] name = "rn-run" version = "0.1.3" edition = "2021" authors = ["nigelrudolf "] description = "A simple CLI tool to run react native projects" license = "MIT" repository = "https://github.com/nigelrudolf/rn-run" documentation = "https://github.com/nigelrudolf/rn-run" homepage = "https://github.com/nigelrudolf/rn-run" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.6", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"