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"
|
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", "async"]
|
keywords = ["async", "orm", "mysql", "postgres", "sqlite"]
|
||||||
publish = false
|
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = [
|
features = [
|
||||||
@ -37,7 +36,7 @@ chrono = { version = "^0", optional = true }
|
|||||||
futures = { version = "^0.3" }
|
futures = { version = "^0.3" }
|
||||||
futures-util = { version = "^0.3" }
|
futures-util = { version = "^0.3" }
|
||||||
rust_decimal = { version = "^1", optional = true }
|
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-query = { version = "^0.12.8" }
|
||||||
sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] }
|
sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] }
|
||||||
serde = { version = "^1.0", features = ["derive"] }
|
serde = { version = "^1.0", features = ["derive"] }
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
<strong>🐚 An async & dynamic ORM for Rust</strong>
|
<strong>🐚 An async & dynamic ORM for Rust</strong>
|
||||||
</p>
|
</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>
|
<sub>Built with 🔥 by 🌊🦀🐚</sub>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
//! <strong>🐚 An async & dynamic ORM for Rust</strong>
|
//! <strong>🐚 An async & dynamic ORM for Rust</strong>
|
||||||
//! </p>
|
//! </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>
|
//! <sub>Built with 🔥 by 🌊🦀🐚</sub>
|
||||||
//!
|
//!
|
||||||
//! </div>
|
//! </div>
|
||||||
@ -18,7 +22,7 @@
|
|||||||
//! API to make working with databases in Rust a first-class experience.
|
//! API to make working with databases in Rust a first-class experience.
|
||||||
//!
|
//!
|
||||||
//! ```markdown
|
//! ```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
|
//! ## Features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user