diff --git a/native_api_1c/Cargo.toml b/native_api_1c/Cargo.toml index 1c71052..bccf56b 100644 --- a/native_api_1c/Cargo.toml +++ b/native_api_1c/Cargo.toml @@ -2,6 +2,9 @@ name = "native_api_1c" version = "0.9.0" edition = "2021" +repository = "https://github.com/Sebekerga/native_api_1c" +license = "MIT" +description = "Main library for Native API 1C" [dependencies] native_api_1c_core = { version = "=0.9.0", path = "../native_api_1c_core" } diff --git a/native_api_1c/LICENSE b/native_api_1c/LICENSE new file mode 100644 index 0000000..9d02919 --- /dev/null +++ b/native_api_1c/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 https://github.com/medigor + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/native_api_1c_core b/native_api_1c_core index eb0bb1b..a21580b 160000 --- a/native_api_1c_core +++ b/native_api_1c_core @@ -1 +1 @@ -Subproject commit eb0bb1b43d69941ef3ba7840046d9332a775e011 +Subproject commit a21580b5904a6b7ba9c5c2cb7b9fa759f138d421 diff --git a/native_api_1c_macro b/native_api_1c_macro index 233c878..ecb8c41 160000 --- a/native_api_1c_macro +++ b/native_api_1c_macro @@ -1 +1 @@ -Subproject commit 233c8782e1f3b3387fdd1ac1cca4c28117191864 +Subproject commit ecb8c4137717d9b1fc1f5bfe3d5b1698ec6c1885