editor/framework-example-2048/Cargo.toml
2021-01-15 12:07:20 -06:00

11 lines
214 B
TOML

[package]
name = "framework-example-2048"
version = "0.1.0"
authors = ["Michael Zhang <mail@mzhang.io>"]
edition = "2018"
[lib]
crate-type = ["lib", "cdylib"]
[dependencies]
framework = { path = "../framework" }