mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
19 lines
324 B
TOML
19 lines
324 B
TOML
[package]
|
|
name = "rojo"
|
|
version = "0.1.0"
|
|
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
|
|
description = "A tool to create robust Roblox projects"
|
|
|
|
[[bin]]
|
|
name = "rojo"
|
|
path = "src/bin.rs"
|
|
|
|
[dependencies]
|
|
clap = "2.27.1"
|
|
rouille = "1.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
notify = "4.0.0"
|
|
rand = "0.3"
|