rust-api-template/.vscode/settings.json

18 lines
273 B
JSON
Raw Normal View History

2025-01-05 12:57:23 +00:00
{
"cSpell.words": [
"apikey",
"axum",
"chrono",
"color",
"Conn",
"dotenv",
"hmac",
"oneshot",
"openapi",
"recv",
"repr",
"Servable",
"sqlx",
"utoipa"
]
}