ruffle/desktop/Cargo.toml

9 lines
177 B
TOML
Raw Normal View History

2019-04-28 01:15:43 +00:00
[package]
name = "fluster"
version = "0.1.0"
authors = ["Mike Welsh <mwelsh@gmail.com>"]
edition = "2018"
[dependencies]
fluster_core = { path = "../lib" }
structopt = "0.2.15"