gitice/Cargo.toml
Harsh Shandilya 445d68ab37
cargo: bump dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-11 18:25:18 +05:30

25 lines
784 B
TOML

[package]
name = "gitice"
version = "1.0.0"
authors = ["Harsh Shandilya <me@msfjarvis.dev>", "Amogh Lele <amolele@gmail.com>"]
edition = "2018"
description = "Freeze your local git repositories for easy restoration"
repository = "https://github.com/msfjarvis/gitice"
homepage = "https://github.com/msfjarvis/gitice"
license = "MIT/Apache-2.0"
keywords = ["git", "snapshot", "backup", "restore"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.40"
clap = "3.0.0-beta.2"
git2 = "0.13.20"
serde = { version = "1.0.126", default-features = false, features = ["derive"] }
serde_derive = "1.0.126"
toml = "0.5.8"
walkdir = "2.3.2"
[badges]
maintenance = { status = "actively-developed" }