crosslang/golang-lean/lakefile.toml
Maximus Gorog fd3d42ae33 Add 'golang-lean/' from commit 'f5f17019224c6a6c319387214ceb8e29d09251c6'
git-subtree-dir: golang-lean
git-subtree-mainline: 6487c7046f
git-subtree-split: f5f1701922
2026-05-12 02:59:14 -06:00

17 lines
248 B
TOML

name = "golang-lean"
version = "0.1.0"
defaultTargets = ["golang-lean"]
[[lean_lib]]
name = "GolangLean"
[[lean_lib]]
name = "RosettaStone"
[[lean_exe]]
name = "golang-lean"
root = "Main"
[[lean_exe]]
name = "corpus-check"
root = "CorpusCheck"