8175b98a7c
Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.0...1.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
422 B
TOML
26 lines
422 B
TOML
[package]
|
|
name = "tolstoy_traits"
|
|
version = "0.0.2"
|
|
workspace = ".."
|
|
|
|
[lib]
|
|
name = "tolstoy_traits"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
sqlcipher = ["rusqlite/sqlcipher"]
|
|
|
|
[dependencies]
|
|
failure = "~0.1"
|
|
failure_derive = "~0.1"
|
|
http = "~0.2"
|
|
hyper = "~0.14"
|
|
serde_json = "~1.0"
|
|
uuid = { version = "~1.0" }
|
|
|
|
[dependencies.rusqlite]
|
|
version = "~0.26"
|
|
features = ["limits", "bundled"]
|
|
|
|
[dependencies.db_traits]
|
|
path = "../db-traits"
|