You've already forked native_api_1c
mirror of
https://github.com/Sebekerga/native_api_1c.git
synced 2025-07-17 01:12:24 +02:00
fixed error in workspace definition
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
[workspace]
|
||||
members = ["native_api_1c", "native_api_1c_core", "native_api_1c_macro"]
|
||||
members = [
|
||||
"native_api_1c",
|
||||
"native_api_1c_core",
|
||||
"native_api_1c_macro",
|
||||
"sample_addin_rs",
|
||||
]
|
||||
|
||||
[patch.crates-io]
|
||||
native_api_1c = { path = "native_api_1c" }
|
||||
native_api_1c_core = { path = "native_api_1c_core" }
|
||||
native_api_1c_macro = { path = "native_api_1c_macro" }
|
||||
sample_addin_rs = { path = "sample_addin_rs" }
|
||||
|
@ -10,5 +10,3 @@ crate-type = ["cdylib"]
|
||||
utf16_lit = "2.0"
|
||||
native_api_1c = { path = "../native_api_1c" }
|
||||
chrono = "0.4.26"
|
||||
|
||||
[workspace]
|
||||
|
Reference in New Issue
Block a user