[dependencies.dotenv]
version = "0.15.0"
[dependencies.miniorm]
version = "0.2.0"
[dependencies.sqlx]
features = ["runtime-tokio", "chrono"]
version = "0.7.4"
[dependencies.tokio]
features = ["full"]
version = "1.36.0"
[package]
authors = ["Cédric Meuter <cedric.meuter@gmail.com>"]
description = "a *very* simple ORM built on top of sqlx"
edition = "2021"
homepage = "https://github.com/meuter/miniorm-rs"
keywords = ["sqlx", "orm"]
license = "MIT"
name = "miniorm-example-todo"
readme = "README.md"
repository = "https://github.com/meuter/miniorm-rs"
version = "0.2.0"