mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-22 08:04:20 +00:00
9 lines
176 B
TOML
9 lines
176 B
TOML
|
[package]
|
||
|
name = "e02_quick_math"
|
||
|
description = "Performs OPERATOR between FIRST and SECOND."
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
micronfig = { path = "../.." }
|