summaryrefslogtreecommitdiff
path: root/tests/lean/misc-no_nested_borrows/lakefile.lean
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lean/misc-no_nested_borrows/lakefile.lean')
-rw-r--r--tests/lean/misc-no_nested_borrows/lakefile.lean18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/lean/misc-no_nested_borrows/lakefile.lean b/tests/lean/misc-no_nested_borrows/lakefile.lean
new file mode 100644
index 00000000..e4460813
--- /dev/null
+++ b/tests/lean/misc-no_nested_borrows/lakefile.lean
@@ -0,0 +1,18 @@
+import Lake
+open Lake DSL
+
+require mathlib from git
+ "https://github.com/leanprover-community/mathlib4.git"
+
+package «no_nested_borrows» {
+ -- add package configuration options here
+}
+
+lean_lib «Base» {
+ -- add library configuration options here
+}
+
+lean_lib «NoNestedBorrows» {
+ -- add library configuration options here
+}
+