mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-13 04:59:03 +00:00
13 lines
254 B
TOML
13 lines
254 B
TOML
[package]
|
|
name = "raw_sqlite"
|
|
version = "0.0.1"
|
|
workspace = "../../"
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_codegen = { path = "../../codegen" }
|
|
rusqlite = "0.9"
|
|
|
|
[dev-dependencies]
|
|
rocket = { path = "../../lib", features = ["testing"] }
|