Skip to content

Commit

Permalink
Merge pull request #36 from lenianiva/doc
Browse files Browse the repository at this point in the history
doc: Add `lakefile.toml` for minimal example
  • Loading branch information
lenianiva authored Feb 2, 2025
2 parents 90f496b + 0aa50a8 commit 833f03a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/minimal/lake-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{"version": "1.1.0",
"packagesDir": ".lake/packages",
"packages": [],
"name": "template",
"name": "Minimal",
"lakeDir": ".lake"}
7 changes: 7 additions & 0 deletions templates/minimal/lakefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name = "Minimal"
version = "0.1.0"
defaultTargets = ["minimal"]

[[lean_exe]]
name = "minimal"
root = "Main"

0 comments on commit 833f03a

Please sign in to comment.