a4b3898ff4
Reviewed-on: https://git.genarrative.world/git/GenarrativeAI/Genarrative/pulls/93 Reviewed-by: 段舒康 <kdletters@qq.com> Co-authored-by: Linghong <ink29535@proton.me> Co-committed-by: Linghong <ink29535@proton.me>
21 lines
599 B
TOML
21 lines
599 B
TOML
[package]
|
|
name = "platform-oss"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
base64 = { workspace = true }
|
|
bytes = { workspace = true }
|
|
hmac = { workspace = true }
|
|
reqwest = { workspace = true, features = ["rustls-tls"] }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
sha2 = { workspace = true }
|
|
time = { workspace = true, features = ["formatting"] }
|
|
tokio = { workspace = true, features = ["sync", "time"] }
|
|
tracing = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
tokio = { workspace = true, features = ["macros", "rt", "net", "io-util"] }
|