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-04-18 20:01:26 +00:00
|
|
|
error-chain = "0.8.1"
|
2017-02-22 02:47:06 +00:00
|
|
|
ordered-float = "0.4.0"
|
|
|
|
|
2017-04-29 03:11:55 +00:00
|
|
|
[dependencies.rusqlite]
|
2017-05-03 19:53:16 +00:00
|
|
|
version = "0.11"
|
2017-04-29 03:11:55 +00:00
|
|
|
# System sqlite might be very old.
|
|
|
|
features = ["bundled", "limits"]
|
|
|
|
|
2017-02-22 02:47:06 +00:00
|
|
|
[dependencies.mentat_core]
|
|
|
|
path = "../core"
|