Files
inductive-verification-lean/lakefile.toml
T
Your Name 61616dc3b1
Lean Action CI / build (push) Has been cancelled
Translated library Event
2026-01-17 10:46:31 +01:00

15 lines
290 B
TOML

name = "inductive-verification"
version = "0.1.0"
defaultTargets = ["inductive-verification"]
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4.git"
[[lean_lib]]
name = "InductiveVerification"
[[lean_exe]]
name = "inductive-verification"
root = "Main"