Publish sea-orm
This commit is contained in:
parent
31bee96798
commit
f2f70e27f8
@ -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"] }
|
||||
|
@ -8,6 +8,10 @@
|
||||
<strong>🐚 An async & dynamic ORM for Rust</strong>
|
||||
</p>
|
||||
|
||||
[](https://crates.io/crates/sea-orm)
|
||||
[](https://docs.rs/sea-orm)
|
||||
[](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml)
|
||||
|
||||
<sub>Built with 🔥 by 🌊🦀🐚</sub>
|
||||
|
||||
</div>
|
||||
|
@ -8,6 +8,10 @@
|
||||
//! <strong>🐚 An async & dynamic ORM for Rust</strong>
|
||||
//! </p>
|
||||
//!
|
||||
//! [](https://crates.io/crates/sea-orm)
|
||||
//! [](https://docs.rs/sea-orm)
|
||||
//! [](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
|
||||
|
Loading…
x
Reference in New Issue
Block a user