toasty-codegen 0.0.0

An async ORM for SQL and NoSQL databases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "toasty-codegen"
version = "0.0.0"
edition = "2021"
description = "An async ORM for SQL and NoSQL databases"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tokio-rs/toasty"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]