Fix output directory
This commit is contained in:
parent
2e0adf047a
commit
af4902c9a8
2
examples/Rust/.gitignore
vendored
2
examples/Rust/.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
Gen/
|
Generated/
|
||||||
Impl/target
|
Impl/target
|
||||||
|
@ -4,4 +4,4 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
test = { path = "../Gen/" }
|
test = { path = "../Generated/" }
|
||||||
|
Loading…
Reference in New Issue
Block a user