This commit is contained in:
2026-01-06 10:10:36 +01:00
commit 6a0f1771f6
15 changed files with 3295 additions and 0 deletions

21
Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[package]
name = "black_hole_share"
version = "0.1.0"
edition = "2024"
[dependencies]
actix-web = "4.12.1"
actix-files = "0.6"
anyhow = "1.0.100"
chrono = "0.4"
futures = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.148"
tokio = { version = "1.48.0", features = [
"macros",
"rt-multi-thread",
"signal",
"time",
] }
uuid = { version = "1.19.0", features = ["v4"] }
base64 = "0.22.1"