Spaces:
Runtime error
Runtime error
Merge pull request #301 from Niloth-p/docs/CodeFactor
Browse files- Cargo.lock +1 -1
- Cargo.toml +1 -1
- README.md +6 -0
Cargo.lock
CHANGED
@@ -3954,7 +3954,7 @@ dependencies = [
|
|
3954 |
|
3955 |
[[package]]
|
3956 |
name = "websurfx"
|
3957 |
-
version = "1.0.
|
3958 |
dependencies = [
|
3959 |
"actix-cors",
|
3960 |
"actix-files",
|
|
|
3954 |
|
3955 |
[[package]]
|
3956 |
name = "websurfx"
|
3957 |
+
version = "1.0.8"
|
3958 |
dependencies = [
|
3959 |
"actix-cors",
|
3960 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.0.
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "1.0.8"
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
README.md
CHANGED
@@ -35,6 +35,12 @@
|
|
35 |
src="https://img.shields.io/maintenance/yes/2023?style=flat-square"
|
36 |
/>
|
37 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
<a href="https://gitpod.io/#https://github.com/neon-mmd/websurfx">
|
39 |
<img
|
40 |
alt="Gitpod"
|
|
|
35 |
src="https://img.shields.io/maintenance/yes/2023?style=flat-square"
|
36 |
/>
|
37 |
</a>
|
38 |
+
<a href="https://www.codefactor.io/repository/github/neon-mmd/websurfx">
|
39 |
+
<img
|
40 |
+
alt="CodeFactor"
|
41 |
+
src="https://www.codefactor.io/repository/github/neon-mmd/websurfx/badge"
|
42 |
+
/>
|
43 |
+
</a>
|
44 |
<a href="https://gitpod.io/#https://github.com/neon-mmd/websurfx">
|
45 |
<img
|
46 |
alt="Gitpod"
|