feat: add sync-rs

This commit is contained in:
2023-02-20 23:54:08 +08:00
parent f229156f70
commit 1bdc08307f
3 changed files with 276 additions and 0 deletions

9
sync-rs/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "sync-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust_util = "0.6.41"