feat: update to lakefile.toml

This commit is contained in:
jstoobysmith 2024-05-31 14:58:07 -04:00
parent 294e4974b4
commit d81fa5d181
2 changed files with 14 additions and 0 deletions

14
lakefile.toml Normal file
View file

@ -0,0 +1,14 @@
name = "hep_lean"
defaultTargets = ["HepLean"]
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4.git"
[[require]]
name = "«doc-gen4»"
git = "https://github.com/leanprover/doc-gen4"
rev = "main"
[[lean_lib]]
name = "HepLean"