mentat/sql/Cargo.toml
Richard Newman 76f51015d9 Support accumulating TypedValue instances into a SQL query. (#339) r=nalexander
These expand into a collection of named variables that should be
passed via bind parameters when the query is executed.

Bind parameters are now only named.
2017-02-23 18:39:43 -08:00

11 lines
150 B
TOML

[package]
name = "mentat_sql"
version = "0.0.1"
workspace = ".."
[dependencies]
ordered-float = "0.4.0"
[dependencies.mentat_core]
path = "../core"