mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 23:24:37 +00:00
Add rust url crate. (#355)
This commit is contained in:
parent
e269d972d2
commit
d160de7f44
5 changed files with 109 additions and 18 deletions
|
@ -39,4 +39,27 @@ solutions = [{
|
|||
'https://github.com/rust-lang/libc.git@8a85d662b90c14d458bc4ae9521a05564e20d7ae',
|
||||
'name':
|
||||
'rust_crates/libc'
|
||||
}, {
|
||||
'url':
|
||||
'https://github.com/servo/rust-url.git@fbe5e50316105482dcd53d2dabb148c445a5f4cd',
|
||||
'name':
|
||||
'rust_crates/url'
|
||||
}, {
|
||||
# Needed for url.
|
||||
'url':
|
||||
'https://github.com/SimonSapin/rust-std-candidates.git@88a017b79ea146d6fde389c96982fc7518ba98bf',
|
||||
'name':
|
||||
'rust_crates/rust-std-candidates'
|
||||
}, {
|
||||
# Needed for url.
|
||||
'url':
|
||||
'https://github.com/servo/unicode-bidi.git@32c81729db0ac90289ebeca9e0d4886f264e724d',
|
||||
'name':
|
||||
'rust_crates/unicode-bidi'
|
||||
}, {
|
||||
# Needed for url.
|
||||
'url':
|
||||
'https://github.com/behnam/rust-unicode-normalization.git@3898e77b110246cb7243bf29b896c58d8975304a',
|
||||
'name':
|
||||
'rust_crates/unicode-normalization'
|
||||
}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue