roc/crates/glue/static/Cargo.toml
2023-06-26 09:48:27 -04:00

9 lines
228 B
TOML

[package]
name = "roc_app"
description = "This was generated by `roc glue`. It provides glue between a specific Roc platform and a Rust host."
version = "1.0.0"
edition = "2021"
[dependencies]
roc_std = { path = "../roc_std" }