Skip to content

Commit fc9fbc8

Browse files
committed
Stop using quirks module
1 parent b94998c commit fc9fbc8

File tree

3 files changed

+262
-149
lines changed

3 files changed

+262
-149
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ categories = ["web-programming"]
1414
crate-type = ["cdylib"]
1515

1616
[dependencies]
17-
pyo3 = "0.28.2"
1817
deno-urlpattern = { version = "0.6.0", package = "urlpattern" }
18+
pyo3 = "0.28.2"
19+
regex = "1.12.3"
20+
url = "2.5.8"

0 commit comments

Comments
 (0)