feat: update to lakefile.toml
This commit is contained in:
parent
294e4974b4
commit
d81fa5d181
2 changed files with 14 additions and 0 deletions
14
lakefile.toml
Normal file
14
lakefile.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue