refactor(structure): reorganize codebase into domain-focused modules
This commit is contained in:
@@ -32,6 +32,9 @@ open = "5"
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time", "signal"] }
|
||||
|
||||
# Async runtime (asupersync migration candidate)
|
||||
asupersync = { version = "0.2", features = ["tls", "tls-native-roots", "proc-macros"] }
|
||||
|
||||
# Async streaming for pagination
|
||||
async-stream = "0.3"
|
||||
futures = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||
|
||||
Reference in New Issue
Block a user