RustForHuggingClaw / Cargo.toml
renminwansui1976's picture
更新 Cargo.toml
02a32ec unverified
raw
history blame contribute delete
415 Bytes
[package]
name = "openclaw-hf-sync"
version = "0.2.0"
edition = "2021"
[[bin]]
name = "openclaw-hf-sync"
path = "src/main.rs"
[dependencies]
anyhow = "1"
base64 = "0.22"
libc = "0.2"
md5 = "0.7"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
walkdir = "2"