Include again the module rustsdk, since it's not detected by the fun `includeProjects()`

This commit is contained in:
Benoit Marty 2023-03-28 21:58:46 +02:00
parent 8dbcc2e21d
commit 30662a0694
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ include(":appnav")
include(":tests:uitests")
include(":anvilannotations")
include(":anvilcodegen")
include(":libraries:rustsdk")
include(":samples:minimal")