Skip to content

Commit

Permalink
Reserve the crate zino-orm
Browse files Browse the repository at this point in the history
  • Loading branch information
photino committed Dec 3, 2024
1 parent 8e904d6 commit a57d76d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ members = [
"zino-middleware",
"zino-model",
"zino-ntex",
"zino-orm",
"zino-router",
"zino-rpc",
"zino-salvo",
Expand Down
15 changes: 15 additions & 0 deletions zino-orm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "zino-orm"
description = "ORM for zino."
version = "0.0.1"
rust-version = "1.80"
edition = "2021"
license = "MIT"
categories = ["asynchronous", "network-programming", "web-programming"]
keywords = ["http", "web", "framework"]
homepage = "https://github.com/zino-rs/zino"
repository = "https://github.com/zino-rs/zino"
documentation = "https://docs.rs/zino-orm"
readme = "README.md"

[dependencies]
11 changes: 11 additions & 0 deletions zino-orm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[![github]](https://github.com/zino-rs/zino)
[![crates-io]](https://crates.io/crates/zino-orm)
[![docs-rs]](https://docs.rs/zino-orm)

[github]: https://img.shields.io/badge/github-8da0cb?labelColor=555555&logo=github
[crates-io]: https://img.shields.io/badge/crates.io-fc8d62?labelColor=555555&logo=rust
[docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?labelColor=555555&logo=docs.rs

ORM for [`zino`].

[`zino`]: https://github.com/zino-rs/zino
4 changes: 4 additions & 0 deletions zino-orm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#![doc = include_str!("../README.md")]
#![doc(html_favicon_url = "https://zino.cc/assets/zino-logo.png")]
#![doc(html_logo_url = "https://zino.cc/assets/zino-logo.svg")]
#![forbid(unsafe_code)]

0 comments on commit a57d76d

Please sign in to comment.