mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
13 lines
248 B
TOML
13 lines
248 B
TOML
[project]
|
|
name = "mojo-examples"
|
|
version = "0.1.0"
|
|
description = "Example Mojo projects for MetaBuilder"
|
|
authors = ["MetaBuilder Team"]
|
|
|
|
[dependencies]
|
|
# Add Mojo packages here when ecosystem grows
|
|
|
|
[build]
|
|
target = "native"
|
|
optimization = "speed"
|