lean/lakefile.toml
2025-01-29 23:07:02 +01:00

11 lines
148 B
TOML

name = "Example"
version = "0.1.0"
[leanOptions]
autoImplicit = false
[[require]]
name = "mathlib"
scope = "leanprover-community"
rev = "v4.15.0"