mentat/query-parser/Cargo.toml
Victor Porof c585715224 Don't depend on num and ordered-float in the db and query crates, r=ncalexan (#223)
Signed-off-by: Victor Porof <victor.porof@gmail.com>
2017-02-08 12:19:16 +01:00

17 lines
257 B
TOML

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