blob: a53a790cfa1c563179aac7f4ac38a75e0c89a5a1 [file] [log] [blame]
[package]
name = "diesel_demo_step_1_sqlite"
version = "0.1.0"
license = "MIT OR Apache-2.0"
authors = ["Taryn Hill <taryn@phrohdoh.com>"]
edition = "2018"
publish = false
[dependencies]
diesel = { version = "2.1.0", path = "../../../diesel", features = ["sqlite"] }
dotenvy = "0.15"
libsqlite3-sys = { version = "0.27.0", features = ["bundled"] }
[[bin]]
name = "show_posts"
doc = false
[lib]
doc = false