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>
24 lines
391 B
TOML
24 lines
391 B
TOML
[package]
|
|
name = "mentat_sql"
|
|
version = "0.0.2"
|
|
workspace = ".."
|
|
|
|
[features]
|
|
sqlcipher = ["rusqlite/sqlcipher"]
|
|
|
|
[dependencies]
|
|
failure = "~0.1"
|
|
ordered-float = "~2.7"
|
|
|
|
[dependencies.rusqlite]
|
|
version = "~0.25"
|
|
features = ["limits", "bundled"]
|
|
|
|
[dependencies.core_traits]
|
|
path = "../core-traits"
|
|
|
|
[dependencies.mentat_core]
|
|
path = "../core"
|
|
|
|
[dependencies.sql_traits]
|
|
path = "../sql-traits"
|