mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-24 19:59:50 -04:00
14 lines
357 B
TOML
14 lines
357 B
TOML
|
[package]
|
||
|
name = "recipe-store"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
recipes = { path="../recipes" }
|
||
|
|
||
|
[dependencies.rusqlite]
|
||
|
version = "~0.25.0"
|
||
|
features = ["backup", "bundled", "session"]
|