/
germanubis
/
sqlx
Обзор
Документация
Войти
/
germanubis
/
sqlx
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/postgres/chat/Cargo.toml
12 строк
350 B
Paolo Barbolini
Replace some more futures_util APIs with std variants (#3874)
16 июн 2025, 01:18
Не верифицирован
16 июн 2025, 01:18
df47ffe
Код
Авторство
О чём код?
[package] name = "sqlx-example-postgres-chat" version = "0.1.0" edition = "2021" workspace = "../../../" [dependencies] sqlx = { path = "../../../", features = [ "postgres", "runtime-tokio", "tls-native-tls" ] } tokio = { version = "1.20.0", features = [ "rt-multi-thread", "macros" ] } ratatui = "0.27.0" crossterm = "0.27.0" unicode-width = "0.1"