adding comments, moving technical documentation, improve Dockerfile, delete unuseful files

This commit is contained in:
dionidev
2025-03-30 14:17:09 +00:00
parent b2d989fbe3
commit e79ca8304b
30 changed files with 461 additions and 1537 deletions
-3
View File
@@ -3,9 +3,6 @@ name = "oxicloud"
version = "0.1.0"
edition = "2021"
[[bench]]
name = "file_operations"
harness = true
[dependencies]
axum = { version = "0.8.1", features = ["multipart", "http1", "tokio", "macros"] }