added initial roadmap and implementation
This commit is contained in:
26
storage/Cargo.toml
Normal file
26
storage/Cargo.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
[package]
|
||||
name = "storage"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
common = { workspace = true }
|
||||
auth = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
axum = { workspace = true, features = ["multipart"] }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
sqlx = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
aws-sdk-s3 = { workspace = true }
|
||||
aws-config = { workspace = true }
|
||||
aws-types = { workspace = true }
|
||||
|
||||
bytes = "1.0"
|
||||
anyhow = { workspace = true }
|
||||
tower = "0.4"
|
||||
tower-http = { version = "0.5", features = ["fs", "trace"] }
|
||||
uuid = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
http-body-util = "0.1.3"
|
||||
Reference in New Issue
Block a user