Skip to content

Commit

Permalink
url/url: Add URL parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-One committed Feb 27, 2023
1 parent 493f4a4 commit bfb2280
Show file tree
Hide file tree
Showing 7 changed files with 1,165 additions and 7 deletions.
3 changes: 3 additions & 0 deletions url/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ cc_library(
copts = HASTUR_COPTS,
visibility = ["//visibility:public"],
deps = [
"//util:base_parser",
"//util:string",
"//util:unicode",
"//util:uuid",
"@icu//:common",
"@spdlog",
],
)

Expand Down

0 comments on commit bfb2280

Please sign in to comment.