summaryrefslogtreecommitdiff
path: root/tests/lean/misc-no_nested_borrows/lakefile.lean
blob: 58619110562a2fb522df2f088904fb6e09ee3e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import Lake
open Lake DSL

require mathlib from git
  "https://github.com/leanprover-community/mathlib4.git"

package «no_nested_borrows» {}

lean_lib «Base» {}

@[default_target]
lean_lib «NoNestedBorrows» {}