diff --git a/data/crates.json b/data/crates.json index cd9370f..bb441ef 100644 --- a/data/crates.json +++ b/data/crates.json @@ -215,6 +215,7 @@ }, { "name": "HTTP Requests", + "notes": "See the HTTP section below for server-side libraries", "recommendations": [{ "name": "reqwest", "notes": "Full-fat HTTP client. Can be used in both synchronous and asynchronous code. Requires tokio runtime."