2017-02-16 23:07:52 +00:00
|
|
|
[package]
|
|
|
|
name = "mentat_sql"
|
|
|
|
version = "0.0.1"
|
2017-02-20 17:35:32 +00:00
|
|
|
workspace = ".."
|
2017-02-22 02:47:06 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2017-11-21 16:24:08 +00:00
|
|
|
error-chain = { git = "https://github.com/rnewman/error-chain", branch = "rnewman/sync" }
|
|
|
|
ordered-float = "0.5"
|
2017-02-22 02:47:06 +00:00
|
|
|
|
2017-04-29 03:11:55 +00:00
|
|
|
[dependencies.rusqlite]
|
2018-02-22 19:41:57 +00:00
|
|
|
version = "0.13"
|
2018-02-13 16:25:58 +00:00
|
|
|
features = ["limits"]
|
2017-04-29 03:11:55 +00:00
|
|
|
|
2017-02-22 02:47:06 +00:00
|
|
|
[dependencies.mentat_core]
|
|
|
|
path = "../core"
|