This commit is contained in:
Mateusz Gruszczyński
2026-07-20 15:59:15 +02:00
parent 771494671b
commit dfa0828c38
42 changed files with 964 additions and 755 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "rustpad"
version = "0.6.0"
version = "0.0.1-dev"
edition = "2024"
rust-version = "1.85"
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite"
@@ -8,10 +8,11 @@ license = "MIT"
[dependencies]
argon2 = "0.5"
axum = { version = "0.8", features = ["ws"] }
axum = { version = "0.8", features = ["ws", "multipart"] }
chrono = { version = "0.4", features = ["serde"] }
dotenvy = "0.15"
futures-util = "0.3"
mime_guess = "2"
rand_core = { version = "0.6", features = ["getrandom"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"