Skip to content

Commit

Permalink
use chromium idna code for rust
Browse files Browse the repository at this point in the history
add deps
  • Loading branch information
bridiver committed Mar 1, 2025
1 parent 7af6fc1 commit 73ce44a
Show file tree
Hide file tree
Showing 121 changed files with 278 additions and 94,931 deletions.
32 changes: 0 additions & 32 deletions third_party/rust/chromium_crates_io/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions third_party/rust/chromium_crates_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ zcash = "1"
anonymous-credentials = "0.1"
document-extractor = "0.1"

[patch.crates-io.idna_v0_2]
path = "../idna/v0_2/crate"
package = "idna"

[patch.crates-io.url_v2]
path = "../url/v2/crate"
package = "url"
Expand Down
3 changes: 3 additions & 0 deletions third_party/rust/chromium_crates_io/gnrt_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@ license_files = ['../../../../../common/licenses/Apache-2.0']
[crate.url]
license_files = ['../../../../../common/licenses/Apache-2.0']

[crate.idna]
license_files = ['../../../../../common/licenses/Apache-2.0']

[crate.wasi]
license_files = ['../../../../../common/licenses/Apache-2.0']

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

201 changes: 0 additions & 201 deletions third_party/rust/chromium_crates_io/vendor/idna-0.2.3/LICENSE-APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions third_party/rust/chromium_crates_io/vendor/idna-0.2.3/LICENSE-MIT

This file was deleted.

Loading

0 comments on commit 73ce44a

Please sign in to comment.