I still need to solve type checking cycle to be able to compile
This commit is contained in:
Théo Monnom
2022-12-22 00:44:40 +01:00
parent 2a83ec8376
commit c1cba8dcbd
9 changed files with 201 additions and 103 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[workspace]
members = ["*"]
exclude = ["target"]
exclude = ["target", ".cargo"]
resolver = "2"