Merge pull request #240 from alamin655/stargazers
Browse files📝 Credits for the stargazers with `roaster` widget
- Cargo.lock +3 -3
- Cargo.toml +1 -1
- README.md +10 -0
Cargo.lock
CHANGED
|
@@ -442,9 +442,9 @@ dependencies = [
|
|
| 442 |
|
| 443 |
[[package]]
|
| 444 |
name = "bumpalo"
|
| 445 |
-
version = "3.
|
| 446 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 447 |
-
checksum = "
|
| 448 |
|
| 449 |
[[package]]
|
| 450 |
name = "byteorder"
|
|
@@ -3797,7 +3797,7 @@ dependencies = [
|
|
| 3797 |
|
| 3798 |
[[package]]
|
| 3799 |
name = "websurfx"
|
| 3800 |
-
version = "0.20.
|
| 3801 |
dependencies = [
|
| 3802 |
"actix-cors",
|
| 3803 |
"actix-files",
|
|
|
|
| 442 |
|
| 443 |
[[package]]
|
| 444 |
name = "bumpalo"
|
| 445 |
+
version = "3.14.0"
|
| 446 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 447 |
+
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
| 448 |
|
| 449 |
[[package]]
|
| 450 |
name = "byteorder"
|
|
|
|
| 3797 |
|
| 3798 |
[[package]]
|
| 3799 |
name = "websurfx"
|
| 3800 |
+
version = "0.20.11"
|
| 3801 |
dependencies = [
|
| 3802 |
"actix-cors",
|
| 3803 |
"actix-files",
|
Cargo.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[package]
|
| 2 |
name = "websurfx"
|
| 3 |
-
version = "0.20.
|
| 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 = "0.20.11"
|
| 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
|
@@ -224,6 +224,8 @@ Websurfx is licensed under the [AGPLv3](LICENSE) license.
|
|
| 224 |
|
| 225 |
We would like to thank the following people for their contributions and support:
|
| 226 |
|
|
|
|
|
|
|
| 227 |
<p>
|
| 228 |
<br />
|
| 229 |
<a href="https://github.com/neon-mmd/websurfx/graphs/contributors">
|
|
@@ -232,6 +234,14 @@ We would like to thank the following people for their contributions and support:
|
|
| 232 |
<br />
|
| 233 |
</p>
|
| 234 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 235 |
**[⬆️ Back to Top](#--)**
|
| 236 |
|
| 237 |
---
|
|
|
|
| 224 |
|
| 225 |
We would like to thank the following people for their contributions and support:
|
| 226 |
|
| 227 |
+
**Contributors**
|
| 228 |
+
|
| 229 |
<p>
|
| 230 |
<br />
|
| 231 |
<a href="https://github.com/neon-mmd/websurfx/graphs/contributors">
|
|
|
|
| 234 |
<br />
|
| 235 |
</p>
|
| 236 |
|
| 237 |
+
**Stargazers**
|
| 238 |
+
|
| 239 |
+
<p>
|
| 240 |
+
<a href="https://github.com/neon-mmd/websurfx/stargazers">
|
| 241 |
+
<img src="https://reporoster.com/stars/dark/neon-mmd/websurfx" />
|
| 242 |
+
</a>
|
| 243 |
+
</p>
|
| 244 |
+
|
| 245 |
**[⬆️ Back to Top](#--)**
|
| 246 |
|
| 247 |
---
|