diff --git a/core/Cargo.toml b/core/Cargo.toml index 51a9c78e1..65ffffbcd 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -3,6 +3,7 @@ name = "marine-core" description = "Core of Marine, the Fluence Wasm Runtime" version = "0.26.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/fluence-app-service/Cargo.toml b/crates/fluence-app-service/Cargo.toml index c489fe5f9..f0be88439 100644 --- a/crates/fluence-app-service/Cargo.toml +++ b/crates/fluence-app-service/Cargo.toml @@ -3,6 +3,7 @@ name = "fluence-app-service" description = "Fluence Application Service" version = "0.31.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/it-generator/Cargo.toml b/crates/it-generator/Cargo.toml index 0f0d948cc..068a0d696 100644 --- a/crates/it-generator/Cargo.toml +++ b/crates/it-generator/Cargo.toml @@ -3,6 +3,7 @@ name = "marine-it-generator" description = "Fluence Marine interface types generator" version = "0.13.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/it-interfaces/Cargo.toml b/crates/it-interfaces/Cargo.toml index 05b7a24cb..6e86c1053 100644 --- a/crates/it-interfaces/Cargo.toml +++ b/crates/it-interfaces/Cargo.toml @@ -3,6 +3,7 @@ name = "marine-it-interfaces" description = "Fluence Marine interface types helper crate" version = "0.9.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/it-json-serde/Cargo.toml b/crates/it-json-serde/Cargo.toml index e99027852..2459d3477 100644 --- a/crates/it-json-serde/Cargo.toml +++ b/crates/it-json-serde/Cargo.toml @@ -3,6 +3,7 @@ name = "it-json-serde" description = "Fluence Marine interface-types serde tools" version = "0.5.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/it-parser/Cargo.toml b/crates/it-parser/Cargo.toml index 9d68f79d1..8d3141ca7 100644 --- a/crates/it-parser/Cargo.toml +++ b/crates/it-parser/Cargo.toml @@ -3,6 +3,7 @@ name = "marine-it-parser" description = "Fluence Marine interface types parser" version = "0.15.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/js-backend/Cargo.toml b/crates/js-backend/Cargo.toml index d92695852..fcc221751 100644 --- a/crates/js-backend/Cargo.toml +++ b/crates/js-backend/Cargo.toml @@ -4,6 +4,7 @@ version = "0.3.1" edition = "2021" description = "Fluence Marine Wasm backend interface implementation for JS environment" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" [dependencies] diff --git a/crates/min-it-version/Cargo.toml b/crates/min-it-version/Cargo.toml index 6ee4212c7..ca58f7cad 100644 --- a/crates/min-it-version/Cargo.toml +++ b/crates/min-it-version/Cargo.toml @@ -3,6 +3,7 @@ name = "marine-min-it-version" version = "0.3.1" description = "Fluence Marine interface types minimum supported version checker" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/module-info-parser/Cargo.toml b/crates/module-info-parser/Cargo.toml index cd296c1c1..a7710e7c8 100644 --- a/crates/module-info-parser/Cargo.toml +++ b/crates/module-info-parser/Cargo.toml @@ -3,6 +3,7 @@ name = "marine-module-info-parser" description = "Fluence Marine Wasm module info (manifest and version) parser" version = "0.11.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/module-interface/Cargo.toml b/crates/module-interface/Cargo.toml index 60153c840..d3e44bea6 100644 --- a/crates/module-interface/Cargo.toml +++ b/crates/module-interface/Cargo.toml @@ -3,6 +3,7 @@ name = "marine-module-interface" description = "Fluence Marine module interface" version = "0.8.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 58c6bc034..c2dcaff04 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -3,6 +3,7 @@ name = "marine-utils" description = "Fluence Marine utils crate" version = "0.5.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/wasm-backend-traits/Cargo.toml b/crates/wasm-backend-traits/Cargo.toml index 43c4cd445..a0e7d761d 100644 --- a/crates/wasm-backend-traits/Cargo.toml +++ b/crates/wasm-backend-traits/Cargo.toml @@ -3,6 +3,7 @@ name = "marine-wasm-backend-traits" description = "Fluence Marine generic Wasm backend interface" version = "0.5.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/crates/wasmtime-backend/Cargo.toml b/crates/wasmtime-backend/Cargo.toml index dc836f558..2eac4c9f5 100644 --- a/crates/wasmtime-backend/Cargo.toml +++ b/crates/wasmtime-backend/Cargo.toml @@ -4,6 +4,7 @@ description = "Fluence Marine Wasm backend interface implementation for Wasmtime version = "0.5.0" edition = "2021" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" [dependencies] diff --git a/examples/failing/Cargo.toml b/examples/failing/Cargo.toml index 8c2d66d1d..8c62733a8 100644 --- a/examples/failing/Cargo.toml +++ b/examples/failing/Cargo.toml @@ -3,7 +3,6 @@ name = "wasm-failing" version = "0.1.0" authors = ["Fluence Labs"] description = "The failing module for the Fluence network" -repository = "https://github.com/fluencelabs/marine/tree/master/examples/failing" edition = "2021" publish = false diff --git a/examples/greeting/Cargo.toml b/examples/greeting/Cargo.toml index daebf1a79..8a5099e68 100644 --- a/examples/greeting/Cargo.toml +++ b/examples/greeting/Cargo.toml @@ -3,7 +3,6 @@ name = "wasm-greeting" version = "0.1.0" authors = ["Fluence Labs"] description = "The greeting module for the Fluence network" -repository = "https://github.com/fluencelabs/marine/tree/master/examples/greeting" edition = "2021" publish = false diff --git a/examples/greeting_record/Cargo.toml b/examples/greeting_record/Cargo.toml index a2326a665..9f2b9b8c7 100644 --- a/examples/greeting_record/Cargo.toml +++ b/examples/greeting_record/Cargo.toml @@ -3,7 +3,6 @@ name = "wasm-greeting-record" version = "0.1.0" authors = ["Fluence Labs"] description = "The greeting module with records for the Fluence network" -repository = "https://github.com/fluencelabs/marine/tree/master/examples/greeting_record" edition = "2021" publish = false diff --git a/marine/Cargo.toml b/marine/Cargo.toml index 8478d7506..bc062b347 100644 --- a/marine/Cargo.toml +++ b/marine/Cargo.toml @@ -3,6 +3,7 @@ name = "marine-runtime" description = "The Fluence Wasm Runtime" version = "0.32.0" authors = ["Fluence Labs"] +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 8ab666b89..6bca8600b 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -3,7 +3,7 @@ name = "marine" description = "Fluence Marine command line tool" version = "0.19.0" authors = ["Fluence Labs"] -repository = "https://github.com/fluencelabs/marine/tools/cli" +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021" diff --git a/tools/repl/Cargo.toml b/tools/repl/Cargo.toml index 31a971c69..b580d0efa 100644 --- a/tools/repl/Cargo.toml +++ b/tools/repl/Cargo.toml @@ -3,7 +3,7 @@ name = "mrepl" description = "Fluence Marine REPL intended for testing purposes" version = "0.26.0" authors = ["Fluence Labs"] -repository = "https://github.com/fluencelabs/marine/tools/repl" +repository = "https://github.com/fluencelabs/marine" license = "Apache-2.0" edition = "2021"