mirror of
https://github.com/freedit-org/freedit.git
synced 2026-01-08 20:18:07 -05:00
readme
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1798,7 +1798,7 @@ dependencies = [
|
||||
"guardian",
|
||||
"interval-heap",
|
||||
"log",
|
||||
"miniz_oxide",
|
||||
"lz4_flex",
|
||||
"path-absolutize",
|
||||
"quick_cache",
|
||||
"rustc-hash",
|
||||
|
||||
@@ -27,10 +27,7 @@ cached = { version = "0.56", default-features = false, features = [
|
||||
captcha = { git = "https://github.com/freedit-dev/captcha.git", default-features = false }
|
||||
data-encoding = "2.9"
|
||||
fast2s = "0.3"
|
||||
fjall = { version = "2.11.2", default-features = false, features = [
|
||||
"single_writer_tx",
|
||||
"miniz",
|
||||
] }
|
||||
fjall = "2.11.2"
|
||||
http = "1.3.1"
|
||||
identicon = { git = "https://github.com/freedit-dev/identicon.git", default-features = false }
|
||||
image = { version = "0.25.8", default-features = false, features = [
|
||||
|
||||
@@ -14,7 +14,7 @@ GitHub: <https://github.com/freedit-org/freedit>
|
||||
|
||||
## Features
|
||||
|
||||
- **Single-binary deployment** – easy to run with an embedded [sled](https://github.com/spacejam/sled) database.
|
||||
- **Single-binary deployment** – easy to run with an embedded [fjall](https://docs.rs/fjall/latest/fjall/) database.
|
||||
- **Works without JavaScript** – fully functional and secure even with JavaScript disabled. ([Why avoiding JavaScript matters](https://thehackernews.com/2022/05/tails-os-users-advised-not-to-use-tor.html))
|
||||
- **End-to-end encrypted private messages** – only sender and recipient can read.
|
||||
- **Math & code highlighting** – rich formatting without JavaScript.
|
||||
|
||||
Reference in New Issue
Block a user