Publish sea-orm

This commit is contained in:
Chris Tsang 2021-08-08 02:35:26 +08:00
parent 31bee96798
commit f2f70e27f8
3 changed files with 11 additions and 4 deletions

View File

@ -16,8 +16,7 @@ license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/sea-orm"
repository = "https://github.com/SeaQL/sea-orm"
categories = ["database"]
keywords = ["orm", "database", "sql", "mysql", "postgres", "sqlite", "async"]
publish = false
keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
[package.metadata.docs.rs]
features = [
@ -37,7 +36,7 @@ chrono = { version = "^0", optional = true }
futures = { version = "^0.3" }
futures-util = { version = "^0.3" }
rust_decimal = { version = "^1", optional = true }
sea-orm-macros = { path = "sea-orm-macros", optional = true }
sea-orm-macros = { version = "^0.1", optional = true }
sea-query = { version = "^0.12.8" }
sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] }
serde = { version = "^1.0", features = ["derive"] }

View File

@ -8,6 +8,10 @@
<strong>🐚 An async & dynamic ORM for Rust</strong>
</p>
[![crate](https://img.shields.io/crates/v/sea-orm.svg)](https://crates.io/crates/sea-orm)
[![docs](https://docs.rs/sea-orm/badge.svg)](https://docs.rs/sea-orm)
[![build status](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml/badge.svg)](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml)
<sub>Built with 🔥 by 🌊🦀🐚</sub>
</div>

View File

@ -8,6 +8,10 @@
//! <strong>🐚 An async & dynamic ORM for Rust</strong>
//! </p>
//!
//! [![crate](https://img.shields.io/crates/v/sea-orm.svg)](https://crates.io/crates/sea-orm)
//! [![docs](https://docs.rs/sea-orm/badge.svg)](https://docs.rs/sea-orm)
//! [![build status](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml/badge.svg)](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml)
//!
//! <sub>Built with 🔥 by 🌊🦀🐚</sub>
//!
//! </div>
@ -18,7 +22,7 @@
//! API to make working with databases in Rust a first-class experience.
//!
//! ```markdown
//! This is a preview of SeaORM, and is not yet released.
//! This is an early release of SeaORM, the API is not stable yet.
//! ```
//!
//! ## Features