started v2

This commit is contained in:
FantasyPvP
2024-03-18 10:53:38 +00:00
parent 403e6ba087
commit 9b72d23779
12 changed files with 681 additions and 185 deletions
+11
View File
@@ -3,6 +3,14 @@ name = "pack_sync"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "pack_sync_cli"
path = "src/cli.rs"
[[bin]]
name = "pack_sync_server"
path = "src/server.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
@@ -10,6 +18,9 @@ dirs = "5.0.1"
num_cpus = "1.16.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25"
toml = "0.8.11"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
walkdir = "2.3.3"
zip = "0.6.6"
zip_archive = "1.2.2"