rust_web_crawler 0.1.0

A short summary of what your crate does
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "draft-pull-request": true,
  "packages": {
    ".": {
      "release-type": "rust",
      "changelog-path": "CHANGELOG.md"
    }
  }
}