AppFlowy/rust-lib/flowy-db/Cargo.toml

12 lines
391 B
TOML

[package]
name = "flowy-db"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = {version = "1.4.7", features = ["sqlite"]}
diesel_derives = {version = "1.4.1", features = ["sqlite"]}
diesel_migrations = {version = "1.4.0", features = ["sqlite"]}
flowy-infra = {path = "../flowy-infra"}