15 lines
290 B
TOML
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"
|