fba46fb1f2
Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float) to permit the latest version. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v2.5.0...v2.7.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
419 B
TOML
19 lines
419 B
TOML
[package]
|
|
name = "mentat_core"
|
|
version = "0.0.2"
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
chrono = { version = "~0.4", features = ["serde"] }
|
|
enum-set = "~0.0"
|
|
failure = "~0.1"
|
|
indexmap = "~1.7"
|
|
ordered-float = { version = "~2.7", features = ["serde"] }
|
|
uuid = { version = "~0.8", features = ["v4", "serde"] }
|
|
|
|
[dependencies.core_traits]
|
|
path = "../core-traits"
|
|
|
|
[dependencies.edn]
|
|
path = "../edn"
|
|
features = ["serde_support"]
|