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