Skip to content

Commit

Permalink
Refer to workspace meta, Fix CI? #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Jun 19, 2023
1 parent 8cb6d34 commit a1dddda
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 35 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ commands:
command: |
cat\<< EOF > ~/.cargo/config.toml
[patch.crates-io]
shuttle-codegen = { path = "$PWD/shuttle/codegen" }
shuttle-common = { path = "$PWD/shuttle/common" }
shuttle-proto = { path = "$PWD/shuttle/proto" }
shuttle-runtime = { path = "$PWD/shuttle/runtime" }
shuttle-service = { path = "$PWD/shuttle/service" }
shuttle-codegen = { path = "$PWD/codegen" }
shuttle-common = { path = "$PWD/common" }
shuttle-proto = { path = "$PWD/proto" }
shuttle-runtime = { path = "$PWD/runtime" }
shuttle-service = { path = "$PWD/service" }
shuttle-aws-rds = { path = "$PWD/resources/aws-rds" }
shuttle-persist = { path = "$PWD/resources/persist" }
Expand Down
5 changes: 3 additions & 2 deletions resources/persist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-persist"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Plugin for persist objects"
keywords = ["shuttle-service", "persistence"]

Expand Down
5 changes: 3 additions & 2 deletions resources/secrets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-secrets"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Plugin to for managing secrets on shuttle"
keywords = ["shuttle-service", "secrets"]

Expand Down
5 changes: 3 additions & 2 deletions resources/static-folder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-static-folder"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Plugin to get a static folder at runtime on shuttle"
keywords = ["shuttle-service", "static-folder"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-actix-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-actix-web"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run an actix webserver on shuttle"
keywords = ["shuttle-service", "actix"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-axum"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run an axum webserver on shuttle"
keywords = ["shuttle-service", "axum"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-next/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-next"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Macros and aliases to deploy wasm on the shuttle platform (https://www.shuttle.rs/)"
homepage = "https://www.shuttle.rs"

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-poem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-poem"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run a poem webserver on shuttle"
keywords = ["shuttle-service", "poem"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-poise/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-poise"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run a poise discord bot on shuttle"
keywords = ["shuttle-service", "poise", "discord-bot", "serenity"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-rocket/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-rocket"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run a rocket webserver on shuttle"
keywords = ["shuttle-service", "rocket"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-salvo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-salvo"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run a salvo webserver on shuttle"
keywords = ["shuttle-service", "salvo"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-serenity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-serenity"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run a serenity server on shuttle"
keywords = ["shuttle-service", "serenity"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-thruster/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-thruster"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run a thruster webserver on shuttle"
keywords = ["shuttle-service", "thruster"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-tide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-tide"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run a tide webserver on shuttle"
keywords = ["shuttle-service", "tide"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-tower/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-tower"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run a tower webserver on shuttle"
keywords = ["shuttle-service", "tower"]

Expand Down
5 changes: 3 additions & 2 deletions services/shuttle-warp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "shuttle-warp"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Service implementation to run a warp webserver on shuttle"
keywords = ["shuttle-service", "warp"]

Expand Down

0 comments on commit a1dddda

Please sign in to comment.