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

23 lines
366 B
JSON
Raw Permalink Normal View History

2025-01-05 12:57:23 +00:00
{
"cSpell.words": [
"apikey",
"axum",
"chrono",
"color",
2025-01-10 18:48:56 +00:00
"colored",
2025-01-05 12:57:23 +00:00
"Conn",
"dotenv",
"hmac",
2025-01-08 16:30:35 +00:00
"minisign",
2025-01-05 12:57:23 +00:00
"oneshot",
"openapi",
2025-01-10 18:48:56 +00:00
"postgres",
2025-01-05 12:57:23 +00:00
"recv",
"repr",
2025-01-10 18:48:56 +00:00
"serde",
2025-01-05 12:57:23 +00:00
"Servable",
"sqlx",
2025-01-10 18:48:56 +00:00
"tokio",
2025-01-05 12:57:23 +00:00
"utoipa"
]
}