Cargo.toml specify SeaORM homepage

This commit is contained in:
Billy Chan 2022-09-02 15:12:16 +08:00
parent 9b6b879122
commit d016f66a5f
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7
5 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ authors = ["Chris Tsang <tyt2y7@gmail.com>"]
edition = "2021" edition = "2021"
description = "🐚 An async & dynamic ORM for Rust" description = "🐚 An async & dynamic ORM for Rust"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
homepage = "https://www.sea-ql.org/SeaORM"
documentation = "https://docs.rs/sea-orm" documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm" repository = "https://github.com/SeaQL/sea-orm"
categories = ["database"] categories = ["database"]

View File

@ -8,6 +8,7 @@ authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2021" edition = "2021"
description = "Command line utility for SeaORM" description = "Command line utility for SeaORM"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
homepage = "https://www.sea-ql.org/SeaORM"
documentation = "https://docs.rs/sea-orm" documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm" repository = "https://github.com/SeaQL/sea-orm"
categories = [ "database" ] categories = [ "database" ]

View File

@ -5,6 +5,7 @@ authors = ["Billy Chan <ccw.billy.123@gmail.com>"]
edition = "2021" edition = "2021"
description = "Code Generator for SeaORM" description = "Code Generator for SeaORM"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
homepage = "https://www.sea-ql.org/SeaORM"
documentation = "https://docs.rs/sea-orm" documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm" repository = "https://github.com/SeaQL/sea-orm"
categories = ["database"] categories = ["database"]

View File

@ -5,6 +5,7 @@ authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2021" edition = "2021"
description = "Derive macros for SeaORM" description = "Derive macros for SeaORM"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
homepage = "https://www.sea-ql.org/SeaORM"
documentation = "https://docs.rs/sea-orm" documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm" repository = "https://github.com/SeaQL/sea-orm"
categories = [ "database" ] categories = [ "database" ]

View File

@ -8,6 +8,7 @@ authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2021" edition = "2021"
description = "Migration utility for SeaORM" description = "Migration utility for SeaORM"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
homepage = "https://www.sea-ql.org/SeaORM"
documentation = "https://docs.rs/sea-orm" documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm" repository = "https://github.com/SeaQL/sea-orm"
categories = [ "database" ] categories = [ "database" ]