1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-10-16 14:37:29 +00:00
micronfig/examples/e02_quick_math/Cargo.toml

9 lines
176 B
TOML
Raw Normal View History

2023-04-28 01:10:05 +00:00
[package]
name = "e02_quick_math"
description = "Performs OPERATOR between FIRST and SECOND."
version = "0.0.0"
edition = "2021"
[dependencies]
micronfig = { path = "../.." }