sqlite-backup-playground/Cargo.toml

11 lines
260 B
TOML
Raw Permalink Normal View History

2022-11-25 16:15:55 +00:00
[package]
name = "sqlite-online-backup"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rusqlite = { version="0.28.0", features=["backup"]}
tempfile = "3.3.0"