vcs2git 0.4.1

Import VCS .repos as Git submodules
[package]
name = "vcs2git"
version = "0.4.1"
description = "Import VCS .repos as Git submodules"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/vcs2git/"
homepage = "https://github.com/NEWSLabNTU/vcs2git/"
repository = "https://github.com/NEWSLabNTU/vcs2git.git"

[dependencies]
color-eyre = "0.6"
clap = { version = "4.5.41", features = ["derive"] }
git2 = "0.20.2"
indexmap = { version = "2.10.0", features = ["serde"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_yaml = "0.9.34"
url = { version = "2.5.4", features = ["serde"] }
indicatif = "0.18"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"

[dev-dependencies]
tempfile = "3.20"