chore: updated deps; renamed project to alex
This commit is contained in:
parent
6961c064c0
commit
c177c04a74
3 changed files with 421 additions and 6 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -1,17 +1,17 @@
|
|||
[package]
|
||||
name = "mc-wrapper"
|
||||
name = "alex"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
# 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"
|
||||
tar = "0.4.38"
|
||||
# Used to compress said tarballs using gzip
|
||||
flate2 = "1.0.21"
|
||||
flate2 = "1.0.26"
|
||||
# Used for backup filenames
|
||||
chrono = "0.4.19"
|
||||
chrono = "0.4.26"
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue