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" ]