mentat/query-parser/Cargo.toml
Richard Newman 5b770a54cd Parse basic :find and :where clauses. (#211) r=nalexander
* Make Variable::from_symbol public.
* Implement basic parsing of queries.
* Use pinned dependencies the hard way to fix Travis.
* Bump ordered-float dependency to 0.4.0.
* Error coercions to use ?, and finishing the find interface.
2017-02-02 18:32:00 -08:00

18 lines
281 B
TOML

[package]
name = "mentat_query_parser"
version = "0.0.1"
[dependencies]
combine = "2.1.1"
matches = "0.1"
ordered-float = "0.4.0"
[dependencies.edn]
path = "../edn"
[dependencies.mentat_parser_utils]
path = "../parser-utils"
[dependencies.mentat_query]
path = "../query"