aboutsummaryrefslogtreecommitdiffstats
path: root/lakefile.toml
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2026-02-15 14:23:31 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2026-02-15 14:23:31 +0200
commitbb570329a9265891e01d8fedb903ca4715dad316 (patch)
tree68f0353d43ea2835755f00388ed0c59a1fb10e62 /lakefile.toml
downloadkb-bb570329a9265891e01d8fedb903ca4715dad316.tar.zst
Works
Diffstat (limited to 'lakefile.toml')
-rw-r--r--lakefile.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/lakefile.toml b/lakefile.toml
new file mode 100644
index 0000000..7b8444b
--- /dev/null
+++ b/lakefile.toml
@@ -0,0 +1,10 @@
+name = "kb"
+version = "0.1.0"
+defaultTargets = ["kb"]
+
+[[lean_lib]]
+name = "Kb"
+
+[[lean_exe]]
+name = "kb"
+root = "Main"