/
germanubis
/
rust-postgres
Обзор
Документация
Войти
/
germanubis
/
rust-postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
postgres-derive-test/Cargo.toml
11 строк
270 B
Paolo Barbolini
build: upgrade to 2021 edition
20 сен 2025, 09:57
20 сен 2025, 09:57
7e741da
Код
Авторство
О чём код?
[package] name = "postgres-derive-test" version = "0.1.0" authors = ["Steven Fackler <sfackler@gmail.com>"] edition = "2021" [dev-dependencies] trybuild = "1.0" postgres-types = { path = "../postgres-types", features = ["derive"] } postgres = { path = "../postgres" }