run-in-roblox 0.1.0

Run stuff inside Roblox Studio
[package]
name = "run-in-roblox"
description = "Run stuff inside Roblox Studio"
version = "0.1.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/LPGhatguy/run-in-roblox"
documentation = "https://github.com/LPGhatguy/run-in-roblox"
homepage = "https://github.com/LPGhatguy/run-in-roblox"

[dependencies]
clap = "2.32.0"
env_logger = "0.6.0"
futures = "0.1.25"
hyper = "0.12.24"
log = "0.4.6"
rbx_binary = "0.3.0"
rbx_dom_weak = "0.3.0"
rbx_xml = "0.3.0"
serde = "1.0.88"
serde_derive = "1.0.88"
serde_json = "1.0.38"
tempfile = "3.0.7"
colored = "1.8"