This commit is contained in:
GitHub
2025-11-20 10:10:10 +08:00
committed by freedit-dev
parent ab665351d0
commit 973b8d273d
3 changed files with 3 additions and 6 deletions

2
Cargo.lock generated
View File

@@ -1798,7 +1798,7 @@ dependencies = [
"guardian",
"interval-heap",
"log",
"miniz_oxide",
"lz4_flex",
"path-absolutize",
"quick_cache",
"rustc-hash",

View File

@@ -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 = [

View File

@@ -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.