mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] engine: implementation of cargo search (crates.io)
This commit is contained in:
parent
3585d71f99
commit
a49232ee29
2 changed files with 76 additions and 0 deletions
|
|
@ -924,6 +924,12 @@ engines:
|
|||
shortcut: hex
|
||||
disabled: true
|
||||
|
||||
- name: crates.io
|
||||
engine: crates
|
||||
shortcut: crates
|
||||
disabled: true
|
||||
timeout: 6.0
|
||||
|
||||
- name: hoogle
|
||||
engine: xpath
|
||||
search_url: https://hoogle.haskell.org/?hoogle={query}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue