Skip to content

Commit 5f704c3

Browse files
Merge branch 'main' into circ-fix
2 parents 2331b30 + 4ab8e81 commit 5f704c3

File tree

37 files changed

+111
-0
lines changed

37 files changed

+111
-0
lines changed

api/formats/swimos_msgpack/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "swimos_msgpack"
33
version = "0.1.0"
44
authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
6+
description = "SwimOS MessagePack"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
69

710
[dependencies]
811
base64 = { workspace = true }

api/formats/swimos_recon/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "swimos_recon"
33
version = "0.1.0"
44
authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
6+
description = "SwimOS Recon"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
69

710
[features]
811
default = []

api/swimos_agent_protocol/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "swimos_agent_protocol"
33
version = "0.1.0"
44
authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
6+
description = "SwimOS Agent Protocol"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
69

710
[dependencies]
811
bytes = { workspace = true }

api/swimos_api/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "swimos_api"
33
version = "0.1.0"
44
authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
6+
description = "SwimOS API"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
69

710
[dependencies]
811
futures = { workspace = true }

api/swimos_client_api/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "swimos_client_api"
33
version = "0.1.0"
44
authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
6+
description = "SwimOS Client API"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
69

710
[dependencies]
811
futures = { workspace = true }

api/swimos_form/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "swimos_form"
33
version = "0.1.0"
44
authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
6+
description = "SwimOS Serialization and Deserialization"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
69

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

api/swimos_form_derive/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "swimos_form_derive"
33
version = "0.1.0"
44
authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
6+
description = "SwimOS Serialization and Deserialization Derive Macros"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
69

710
[lib]
811
name = "swimos_form_derive"

api/swimos_meta/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "swimos_meta"
33
version = "0.1.0"
44
authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
6+
description = "SwimOS Metadata API"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
69

710
[dependencies]
811
swimos_model = { path = "../swimos_model", version = "0.1.0" }

api/swimos_model/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "swimos_model"
33
version = "0.1.0"
44
authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
6+
description = "SwimOS Generic Representation of the SwimOS Serialization Model"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
69

710
[dependencies]
811
chrono = { workspace = true }

runtime/swimos_http/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "swimos_http"
33
version = "0.1.0"
44
authors = ["Swim Inc. developers info@swim.ai"]
55
edition = "2021"
6+
description = "SwimOS Ratchet Hyper Integration"
7+
license = "Apache-2.0"
8+
repository = "https://github.com/swimos/swim-rust/"
69

710
[dependencies]
811
futures = { workspace = true }

0 commit comments

Comments
 (0)