Skip to content

Commit 0525f33

Browse files
authored
chore: set package.repository for all crates (#1716)
🤓
1 parent 32bb5af commit 0525f33

File tree

19 files changed

+20
-1
lines changed

19 files changed

+20
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
resolver = "2"
33
members = [
44
"admin",
5-
"auth", "backends",
5+
"auth",
6+
"backends",
67
"cargo-shuttle",
78
"codegen",
89
"common",

proto/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "shuttle-proto"
33
version = "0.43.0"
44
edition.workspace = true
55
license.workspace = true
6+
repository.workspace = true
67
description = "Library for all the gRPC definitions used by shuttle"
78

89
[dependencies]

resources/aws-rds/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.43.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Plugin to provision AWS RDS resources"
7+
repository = "https://github.com/shuttle-hq/shuttle"
78
keywords = ["shuttle-service", "rds"]
89

910
[dependencies]

resources/opendal/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.43.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Plugin to obtain a client connected to Apache OpenDAL"
7+
repository = "https://github.com/shuttle-hq/shuttle"
78
keywords = ["shuttle-service", "opendal"]
89

910
[dependencies]

resources/persist/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.43.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Plugin for persist objects"
7+
repository = "https://github.com/shuttle-hq/shuttle"
78
keywords = ["shuttle-service", "persistence"]
89

910
[dependencies]

resources/qdrant/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.43.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Shuttle plugin for connecting to a Qdrant database"
7+
repository = "https://github.com/shuttle-hq/shuttle"
78
keywords = ["shuttle-service", "qdrant"]
89

910
[dependencies]

resources/shared-db/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.43.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Plugin for managing shared databases on shuttle"
7+
repository = "https://github.com/shuttle-hq/shuttle"
78
keywords = ["shuttle-service", "database"]
89

910
[dependencies]

resources/turso/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.43.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Plugin to obtain a client connected to a Turso database"
7+
repository = "https://github.com/shuttle-hq/shuttle"
78
keywords = ["shuttle-service", "turso"]
89

910
[dependencies]

runtime/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "shuttle-runtime"
33
version = "0.43.0"
44
edition.workspace = true
55
license.workspace = true
6+
repository.workspace = true
67
description = "Runtime to start and manage any service that runs on shuttle"
78

89
[lib]

services/shuttle-actix-web/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.43.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Service implementation to run an actix webserver on shuttle"
7+
repository = "https://github.com/shuttle-hq/shuttle"
78
keywords = ["shuttle-service", "actix"]
89

910
[workspace]

0 commit comments

Comments
 (0)