forked from rojo-rbx/rojo
11 lines
198 B
TOML
11 lines
198 B
TOML
[package]
|
|
name = "rojo-test"
|
|
version = "0.1.0"
|
|
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
insta = "0.10.0"
|
|
paste = "0.1.5"
|
|
tempfile = "3.1.0" |