/
germanubis
/
sqlx
Обзор
Документация
Войти
/
germanubis
/
sqlx
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/postgres/files/Cargo.toml
12 строк
381 B
carschandler
Remove deprecated feature-names from `Cargo.toml` files in examples (#3424)
27 авг 2024, 00:03
Не верифицирован
27 авг 2024, 00:03
8a17bef
Код
Авторство
О чём код?
[package] name = "sqlx-example-postgres-files" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" sqlx = { path = "../../../", features = [ "postgres", "runtime-tokio", "tls-native-tls" ] } tokio = { version = "1.20.0", features = ["rt", "macros"]} dotenvy = "0.15.0"