11 lines
199 B
TOML
11 lines
199 B
TOML
name = "inductive-verification"
|
|
version = "0.1.0"
|
|
defaultTargets = ["inductive-verification"]
|
|
|
|
[[lean_lib]]
|
|
name = "InductiveVerification"
|
|
|
|
[[lean_exe]]
|
|
name = "inductive-verification"
|
|
root = "Main"
|