83ec0a6c7e
Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](https://github.com/rusqlite/rusqlite/compare/rusqlite-0.26.1...v0.28.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
798 B
TOML
47 lines
798 B
TOML
[package]
|
|
name = "mentat_transaction"
|
|
version = "0.0.2"
|
|
workspace = ".."
|
|
|
|
[features]
|
|
sqlcipher = ["rusqlite/sqlcipher"]
|
|
|
|
[dependencies]
|
|
failure = "~0.1"
|
|
|
|
[dependencies.rusqlite]
|
|
version = "~0.28"
|
|
features = ["limits", "bundled"]
|
|
|
|
[dependencies.edn]
|
|
path = "../edn"
|
|
|
|
[dependencies.public_traits]
|
|
path = "../public-traits"
|
|
|
|
[dependencies.mentat_core]
|
|
path = "../core"
|
|
|
|
[dependencies.core_traits]
|
|
path = "../core-traits"
|
|
|
|
[dependencies.mentat_db]
|
|
path = "../db"
|
|
|
|
[dependencies.db_traits]
|
|
path = "../db-traits"
|
|
|
|
[dependencies.mentat_sql]
|
|
path = "../sql"
|
|
|
|
[dependencies.mentat_query_algebrizer]
|
|
path = "../query-algebrizer"
|
|
|
|
[dependencies.mentat_query_projector]
|
|
path = "../query-projector"
|
|
|
|
[dependencies.mentat_query_pull]
|
|
path = "../query-pull"
|
|
|
|
[dependencies.mentat_query_sql]
|
|
path = "../query-sql"
|