restic-wrapper/Cargo.toml
Jan Christian Grünhage f05ca9da0b
initial commit
2024-02-03 14:16:04 +01:00

17 lines
544 B
TOML

[package]
name = "restic-wrapper"
version = "0.1.0"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
edition = "2021"
description = "A wrapper around restic backup for multiple sources and repositories"
repository = "https://git.jcg.re/jcgruenhage/restic-wrapper"
license-file = "LICENSE.md"
keywords = ["cli", "backup"]
categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_yaml = "0.9.31"