Fix output directory

This commit is contained in:
Fabian Stamm 2022-07-16 21:24:21 +00:00
parent 2e0adf047a
commit af4902c9a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
Gen/
Generated/
Impl/target

View File

@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
test = { path = "../Gen/" }
test = { path = "../Generated/" }