搭个架子
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
This commit is contained in:
parent
0e55223973
commit
6130cfb724
|
@ -6,3 +6,8 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[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" }
|
||||||
|
|
0
src/cli.rs
Normal file
0
src/cli.rs
Normal file
0
src/config.rs
Normal file
0
src/config.rs
Normal file
5
src/lib.rs
Normal file
5
src/lib.rs
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
pub use ccutils::Result;
|
||||||
|
|
||||||
|
mod cli;
|
||||||
|
mod config;
|
||||||
|
mod syncer;
|
0
src/syncer.rs
Normal file
0
src/syncer.rs
Normal file
Loading…
Reference in New Issue
Block a user