[package] name = "ligature-sqlite" version = "0.1.0" publish = true authors = ["Alex Michael Berry "] edition = "2018" license = "MPL-2.0" description = "An implementation of Ligature that uses SQLite Ligature's data model." repository = "https://github.com/almibe/ligature/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ligature = "0.5" rusqlite = "0.25.3"