13 lines
297 B
TOML
13 lines
297 B
TOML
|
[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"
|