c8bb84e0d8
Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.44 to 0.4.46. - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](https://github.com/composefs/tar-rs/compare/0.4.44...0.4.46) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
348 B
TOML
20 lines
348 B
TOML
[package]
|
|
name = "cloud_saves"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
database = { version = "0.1.0", path = "../database" }
|
|
dirs = "6.0.0"
|
|
log = "0.4.28"
|
|
regex = "1.11.3"
|
|
rustix = "1.1.2"
|
|
serde = "1.0.228"
|
|
serde_json = "1.0.145"
|
|
serde_with = "3.15.0"
|
|
tar = "0.4.46"
|
|
tempfile = "3.23.0"
|
|
uuid = "1.18.1"
|
|
whoami = "1.6.1"
|
|
zstd = "0.13.3"
|