cuweb-syncer/Cargo.toml
Jia Chao 6130cfb724 搭个架子
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-07-11 14:37:53 +08:00

14 lines
435 B
TOML

[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"] }
serde = { version = "1", features = ["serde_derive"] }
tokio = { version = "1.38" }
toml = { version = "0.8" }