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

19 lines
293 B
JSON
Raw Normal View History

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