Mirror von
https://github.com/Chaoscaot/schemsearch
synchronisiert 2024-11-15 00:10:13 +01:00
6c6c95bedd
Updates the requirements on [sqlx](https://github.com/launchbadge/sqlx) to permit the latest version. - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
13 Zeilen
402 B
TOML
13 Zeilen
402 B
TOML
[package]
|
|
name = "schemsearch-sql"
|
|
version = "0.1.3"
|
|
edition = "2021"
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sqlx = { version = "0.7", features = [ "runtime-async-std-native-tls" , "mysql" ] }
|
|
|
|
schemsearch-lib = { path = "../schemsearch-lib" }
|
|
schemsearch-files = { path = "../schemsearch-files" } |