Skip to content

Commit c7d7799

Browse files
committed
docs: update cargo.toml
1 parent 9cdb6a2 commit c7d7799

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ authors = [
99
version = "1.0.2"
1010
edition = "2021"
1111
description = "Fast WHATWG Compliant URL parser"
12+
documentation = "https://docs.rs/ada-url"
1213
readme = "README.md"
13-
repository = "https://github.com/ada-url/rust"
14+
keywords = ["url", "parser", "whatwg", "performance"]
15+
categories = ["parser-implementations", "web-programming", "encoding"]
16+
repository = "https://ada-url.com"
1417
license = "MIT OR Apache-2.0"
1518
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**", "deps/**"]
16-
exclude = [".github"]
1719

1820
[[bench]]
1921
name = "parse"

0 commit comments

Comments
 (0)