Skip to content

Commit 6b2fb7a

Browse files
committed
Add replication module and related configurations
1 parent b5b6e3f commit 6b2fb7a

File tree

21 files changed

+2551
-4
lines changed

21 files changed

+2551
-4
lines changed

Cargo.lock

Lines changed: 64 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ version = "1.11"
109109
[workspace.dependencies.bytesize]
110110
version = "2.3"
111111

112+
[workspace.dependencies.crc32fast]
113+
version = "1"
114+
112115
[workspace.dependencies.cargo_toml]
113116
version = "0.22"
114117
default-features = false
@@ -481,6 +484,9 @@ features = [
481484
"printing",
482485
]
483486

487+
[workspace.dependencies.tar]
488+
version = "0.4"
489+
484490
[workspace.dependencies.termimad]
485491
version = "0.34"
486492
default-features = false

0 commit comments

Comments
 (0)