Added very basic proof-of-concept

This commit is contained in:
Jef Roosens 2021-09-13 12:18:18 +02:00
parent 905f973324
commit f8a65ba2f3
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
3 changed files with 76 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "mc-wrapper"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# Used for creating tarballs for backups
tar = "0.4.37"
# Used to compress said tarballs using gzip
flate2 = "1.0.21"