Publish sea-orm-codegen

This commit is contained in:
Chris Tsang 2021-08-07 23:50:04 +08:00
parent 161c91436e
commit 1ccdec16e1

View File

@ -3,13 +3,12 @@ name = "sea-orm-codegen"
version = "0.1.0" version = "0.1.0"
authors = ["Billy Chan <ccw.billy.123@gmail.com>"] authors = ["Billy Chan <ccw.billy.123@gmail.com>"]
edition = "2018" edition = "2018"
description = "" description = "Code Generator for SeaORM"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
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"]
keywords = ["orm", "database", "sql", "mysql", "postgres", "sqlite"] keywords = ["sql", "mysql", "postgres", "sqlite"]
publish = false
[lib] [lib]
name = "sea_orm_codegen" name = "sea_orm_codegen"