From d016f66a5fd20b79d166172210099b74d307f07f Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 2 Sep 2022 15:12:16 +0800 Subject: [PATCH] Cargo.toml specify SeaORM homepage --- Cargo.toml | 1 + sea-orm-cli/Cargo.toml | 1 + sea-orm-codegen/Cargo.toml | 1 + sea-orm-macros/Cargo.toml | 1 + sea-orm-migration/Cargo.toml | 1 + 5 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 277a2a68..f119bc75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ authors = ["Chris Tsang "] edition = "2021" description = "🐚 An async & dynamic ORM for Rust" license = "MIT OR Apache-2.0" +homepage = "https://www.sea-ql.org/SeaORM" documentation = "https://docs.rs/sea-orm" repository = "https://github.com/SeaQL/sea-orm" categories = ["database"] diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index 9520da95..f1e26a56 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -8,6 +8,7 @@ authors = [ "Billy Chan " ] edition = "2021" description = "Command line utility for SeaORM" license = "MIT OR Apache-2.0" +homepage = "https://www.sea-ql.org/SeaORM" documentation = "https://docs.rs/sea-orm" repository = "https://github.com/SeaQL/sea-orm" categories = [ "database" ] diff --git a/sea-orm-codegen/Cargo.toml b/sea-orm-codegen/Cargo.toml index ce0a0923..32d53986 100644 --- a/sea-orm-codegen/Cargo.toml +++ b/sea-orm-codegen/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Billy Chan "] edition = "2021" description = "Code Generator for SeaORM" license = "MIT OR Apache-2.0" +homepage = "https://www.sea-ql.org/SeaORM" documentation = "https://docs.rs/sea-orm" repository = "https://github.com/SeaQL/sea-orm" categories = ["database"] diff --git a/sea-orm-macros/Cargo.toml b/sea-orm-macros/Cargo.toml index 47abdb77..dbbbcc02 100644 --- a/sea-orm-macros/Cargo.toml +++ b/sea-orm-macros/Cargo.toml @@ -5,6 +5,7 @@ authors = [ "Billy Chan " ] edition = "2021" description = "Derive macros for SeaORM" license = "MIT OR Apache-2.0" +homepage = "https://www.sea-ql.org/SeaORM" documentation = "https://docs.rs/sea-orm" repository = "https://github.com/SeaQL/sea-orm" categories = [ "database" ] diff --git a/sea-orm-migration/Cargo.toml b/sea-orm-migration/Cargo.toml index f0f8c5d4..2e358502 100644 --- a/sea-orm-migration/Cargo.toml +++ b/sea-orm-migration/Cargo.toml @@ -8,6 +8,7 @@ authors = [ "Billy Chan " ] edition = "2021" description = "Migration utility for SeaORM" license = "MIT OR Apache-2.0" +homepage = "https://www.sea-ql.org/SeaORM" documentation = "https://docs.rs/sea-orm" repository = "https://github.com/SeaQL/sea-orm" categories = [ "database" ]