diff --git a/Cargo.toml b/Cargo.toml index 33e0af4..9546d60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,13 @@ default-members = [ "src/ic-websocket-gateway", ] +[workspace.package] +edition = "2021" +rust-version = "1.70.0" +repository = "https://github.com/omnia-network/ic-websocket-gateway" +description = "IC Websocket Gateway workspace" +license = "MIT" + [workspace.dependencies] candid = "0.9.3" ic-agent = { git = "https://github.com/omnia-network/agent-rs", rev = "7bbf9b65bf7700b030e8f83447f397321fb02dcd" } diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1cd525d --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Omnia Team + +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. \ No newline at end of file diff --git a/src/ic-identity/Cargo.toml b/src/ic-identity/Cargo.toml index dcb0de4..d2748e3 100644 --- a/src/ic-identity/Cargo.toml +++ b/src/ic-identity/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "ic-identity" version = "0.1.0" -edition = "2021" -license = "MIT" +edition.workspace = true +rust-version.workspace = true +repository.workspace = true +license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/ic-websocket-gateway/Cargo.toml b/src/ic-websocket-gateway/Cargo.toml index ea6730a..0d558c9 100644 --- a/src/ic-websocket-gateway/Cargo.toml +++ b/src/ic-websocket-gateway/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "ic_websocket_gateway" version = "0.1.0" -edition = "2021" +edition.workspace = true +rust-version.workspace = true +repository.workspace = true +license.workspace = true [dependencies] async-trait = "0.1.72" diff --git a/src/scripts/Cargo.toml b/src/scripts/Cargo.toml index 27c1688..ddc472e 100644 --- a/src/scripts/Cargo.toml +++ b/src/scripts/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "scripts" version = "0.1.0" -edition = "2021" -license = "MIT" +edition.workspace = true +rust-version.workspace = true +repository.workspace = true +license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html