aboutsummaryrefslogtreecommitdiff
path: root/2024/lean/lakefile.toml
diff options
context:
space:
mode:
Diffstat (limited to '2024/lean/lakefile.toml')
-rw-r--r--2024/lean/lakefile.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/2024/lean/lakefile.toml b/2024/lean/lakefile.toml
new file mode 100644
index 0000000..4030553
--- /dev/null
+++ b/2024/lean/lakefile.toml
@@ -0,0 +1,10 @@
+name = "aoc"
+version = "0.1.0"
+defaultTargets = ["aoc"]
+
+[[lean_exe]]
+name = "aoc"
+root = "Main"
+
+[[lean_lib]]
+name = "Solutions"