提交qiming-mcp-proxy
This commit is contained in:
24
qiming-mcp-proxy/oss-client/Cargo.toml
Normal file
24
qiming-mcp-proxy/oss-client/Cargo.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "oss-client"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "简洁的阿里云OSS操作库"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
aliyun-oss-rust-sdk = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
tokio = { workspace = true, features = ["fs"] }
|
||||
tracing = { workspace = true }
|
||||
uuid = { workspace = true, features = ["v4"] }
|
||||
async-trait = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
|
||||
# 国际化支持
|
||||
rust-i18n = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true }
|
||||
Reference in New Issue
Block a user