8e8e7b9739
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Release notes](https://github.com/rust-itertools/itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.9.0...v0.10.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
360 B
TOML
22 lines
360 B
TOML
[package]
|
|
name = "mentat_query_algebrizer"
|
|
version = "0.0.2"
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
failure = "~0.1"
|
|
|
|
[dependencies.edn]
|
|
path = "../edn"
|
|
|
|
[dependencies.mentat_core]
|
|
path = "../core"
|
|
|
|
[dependencies.core_traits]
|
|
path = "../core-traits"
|
|
|
|
[dependencies.query_algebrizer_traits]
|
|
path = "../query-algebrizer-traits"
|
|
|
|
[dev-dependencies]
|
|
itertools = "~0.10"
|