Set up project
Lean Action CI / build (push) Has been cancelled

This commit is contained in:
Leopold Fajtak
2025-09-22 09:56:03 +02:00
commit f25a2dda4e
8 changed files with 35 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
name = "inductive-verification"
version = "0.1.0"
defaultTargets = ["inductive-verification"]
[[lean_lib]]
name = "InductiveVerification"
[[lean_exe]]
name = "inductive-verification"
root = "Main"