rn-run 0.1.2

A simple CLI tool to run react native projects
[[bin]]
name = "rn-run"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.1.6"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["nigelrudolf <mansell.nigel@mac.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple CLI tool to run react native projects"
documentation = "https://github.com/nigelrudolf/rn-run"
edition = "2021"
homepage = "https://github.com/nigelrudolf/rn-run"
license = "MIT"
name = "rn-run"
readme = "README.md"
repository = "https://github.com/nigelrudolf/rn-run"
version = "0.1.2"