1
0
mirror of https://github.com/rwf2/Rocket.git synced 2025-03-04 21:42:03 +00:00
Rocket/examples/raw_sqlite/Cargo.toml
2019-06-25 11:30:43 -07:00

11 lines
173 B
TOML

[package]
name = "raw_sqlite"
version = "0.0.0"
workspace = "../../"
edition = "2018"
publish = false
[dependencies]
rocket = { path = "../../core/lib" }
rusqlite = "0.16"