Added very basic proof-of-concept
This commit is contained in:
parent
905f973324
commit
f8a65ba2f3
3 changed files with 76 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue