checkpoint - onto profiling

This commit is contained in:
2025-03-18 10:53:06 -06:00
parent 82929fd0fc
commit b7540a4680
6 changed files with 941 additions and 552 deletions

View File

@@ -8,10 +8,10 @@ base64 = "0.22.1"
html5ever = "0.29"
# minio = "0.1.0"
minio = {git="https://github.com/minio/minio-rs.git", rev = "c28f576"}
reqwest = "0.12"
reqwest = { version = "0.12", features = ["gzip"] }
serde = { version = "1.0", features = ["derive"] }
surrealdb = "2.1"
surrealdb = "2.2"
tokio = { version="1.41.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time"] }
url = { version = "2.5", features = ["serde"] }