Skip to content

Commit

Permalink
chore: set package.repository for all crates (#1716)
Browse files Browse the repository at this point in the history
🤓
  • Loading branch information
jonaro00 authored Apr 2, 2024
1 parent 32bb5af commit 0525f33
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
resolver = "2"
members = [
"admin",
"auth", "backends",
"auth",
"backends",
"cargo-shuttle",
"codegen",
"common",
Expand Down
1 change: 1 addition & 0 deletions proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "shuttle-proto"
version = "0.43.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Library for all the gRPC definitions used by shuttle"

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions resources/aws-rds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Plugin to provision AWS RDS resources"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "rds"]

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions resources/opendal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Plugin to obtain a client connected to Apache OpenDAL"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "opendal"]

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions resources/persist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Plugin for persist objects"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "persistence"]

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions resources/qdrant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Shuttle plugin for connecting to a Qdrant database"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "qdrant"]

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions resources/shared-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Plugin for managing shared databases on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "database"]

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions resources/turso/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Plugin to obtain a client connected to a Turso database"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "turso"]

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "shuttle-runtime"
version = "0.43.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Runtime to start and manage any service that runs on shuttle"

[lib]
Expand Down
1 change: 1 addition & 0 deletions services/shuttle-actix-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run an actix webserver on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "actix"]

[workspace]
Expand Down
1 change: 1 addition & 0 deletions services/shuttle-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run an axum webserver on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "axum"]

[workspace]
Expand Down
1 change: 1 addition & 0 deletions services/shuttle-poem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run a poem webserver on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "poem"]

[workspace]
Expand Down
1 change: 1 addition & 0 deletions services/shuttle-rocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run a rocket webserver on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "rocket"]

[workspace]
Expand Down
1 change: 1 addition & 0 deletions services/shuttle-salvo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run a salvo webserver on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "salvo"]

[workspace]
Expand Down
1 change: 1 addition & 0 deletions services/shuttle-serenity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run a serenity server on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "serenity"]

[workspace]
Expand Down
1 change: 1 addition & 0 deletions services/shuttle-thruster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run a thruster webserver on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "thruster"]

[workspace]
Expand Down
1 change: 1 addition & 0 deletions services/shuttle-tide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run a tide webserver on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "tide"]

[workspace]
Expand Down
1 change: 1 addition & 0 deletions services/shuttle-tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run a tower webserver on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "tower"]

[workspace]
Expand Down
1 change: 1 addition & 0 deletions services/shuttle-warp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.43.0"
edition = "2021"
license = "Apache-2.0"
description = "Service implementation to run a warp webserver on shuttle"
repository = "https://github.com/shuttle-hq/shuttle"
keywords = ["shuttle-service", "warp"]

[workspace]
Expand Down

0 comments on commit 0525f33

Please sign in to comment.