cuweb-syncer/Cargo.toml

17 lines
554 B
TOML
Raw Permalink Normal View History

[package]
name = "cuweb-syncer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ccutils = { git = "https://git.zhgsun.com:8089/jiachao2130/ccutils.git", version = "0.1.0" }
clap = { version = "4.0", features = ["derive"] }
lazy_static = { version = "1.5" }
reqwest = { version = "0.12", features = ["stream"] }
scraper = { version = "0.19" }
serde = { version = "1", features = ["serde_derive"] }
tokio = { version = "1.38" }
toml = { version = "0.8" }