1
0
mirror of https://github.com/Sebekerga/native_api_1c.git synced 2025-07-15 01:04:16 +02:00

added workspace to avoid build errors

This commit is contained in:
Kozlov Maxim
2023-08-10 08:15:39 +06:00
parent c3cab4ac41
commit c6a5f8616f

View File

@ -10,3 +10,5 @@ crate-type = ["cdylib"]
utf16_lit = "2.0"
native_api_1c_core = { path = "../native_api_1c_core" }
native_api_1c_macro = { path = "../native_api_1c_macro" }
[workspace]