Cargo.toml specify SeaORM homepage
This commit is contained in:
parent
9b6b879122
commit
d016f66a5f
@ -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"]
|
||||||
|
@ -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" ]
|
||||||
|
@ -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"]
|
||||||
|
@ -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" ]
|
||||||
|
@ -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" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user