Skip to content

Commit

Permalink
fix(docs): add correct repository link for every published crate (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryAntopol committed Jan 7, 2024
1 parent dd22da0 commit ebb0bcb
Show file tree
Hide file tree
Showing 19 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/fluence-app-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/it-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/it-interfaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/it-json-serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/it-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/js-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions crates/min-it-version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/module-info-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/module-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/wasm-backend-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions crates/wasmtime-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 0 additions & 1 deletion examples/failing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion examples/greeting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion examples/greeting_record/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions marine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion tools/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion tools/repl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit ebb0bcb

Please sign in to comment.