mentat/sql/Cargo.toml

16 lines
302 B
TOML
Raw Normal View History

[package]
name = "mentat_sql"
version = "0.0.1"
workspace = ".."
[dependencies]
error-chain = { git = "https://github.com/rnewman/error-chain", branch = "rnewman/sync" }
ordered-float = "0.5"
[dependencies.rusqlite]
2018-02-22 19:41:57 +00:00
version = "0.13"
features = ["limits"]
[dependencies.mentat_core]
path = "../core"