Skip to content

Commit 0690424

Browse files
committed
Adds repository link to cargo manifests
1 parent 7bb4edc commit 0690424

File tree

37 files changed

+37
-0
lines changed

37 files changed

+37
-0
lines changed

api/formats/swimos_msgpack/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
66
description = "SwimOS MessagePack"
77
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
89

910
[dependencies]
1011
base64 = { workspace = true }

api/formats/swimos_recon/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
66
description = "SwimOS Recon"
77
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
89

910
[features]
1011
default = []

api/swimos_agent_protocol/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
66
description = "SwimOS Agent Protocol"
77
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
89

910
[dependencies]
1011
bytes = { workspace = true }

api/swimos_api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
66
description = "SwimOS API"
77
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
89

910
[dependencies]
1011
futures = { workspace = true }

api/swimos_client_api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
66
description = "SwimOS Client API"
77
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
89

910
[dependencies]
1011
futures = { workspace = true }

api/swimos_form/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
66
description = "SwimOS Serialization and Deserialization"
77
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
89

910
[dependencies]
1011
swimos_utilities = { path = "../../swimos_utilities", features = ["text", "future"], version = "0.1.0" }

api/swimos_form_derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
66
description = "SwimOS Serialization and Deserialization Derive Macros"
77
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
89

910
[lib]
1011
name = "swimos_form_derive"

api/swimos_meta/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
66
description = "SwimOS Metadata API"
77
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
89

910
[dependencies]
1011
swimos_model = { path = "../swimos_model", version = "0.1.0" }

api/swimos_model/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
66
description = "SwimOS Generic Representation of the SwimOS Serialization Model"
77
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
89

910
[dependencies]
1011
chrono = { workspace = true }

runtime/swimos_http/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
66
description = "SwimOS Ratchet Hyper Integration"
77
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
89

910
[dependencies]
1011
futures = { workspace = true }

0 commit comments

Comments
 (0)