artyversary/crates/template/Cargo.toml

9 lines
125 B
TOML
Raw Normal View History

2021-08-15 21:32:45 +00:00
[package]
name = "template"
version = "0.1.0"
edition = "2018"
[dependencies]
nannou = "0.17"
utils = { path = "../utils" }