slip_git 0.1.0

Simple `slip` command (git clone runner to better categorize personal repos and work repos).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
edition = "2021"
name = "slip_git"
version = "0.1.0"
authors = ["Shiva Prasanth <kesavarapu.siva@gmail.com>"]
description = "Simple `slip` command (git clone runner to better categorize personal repos and work repos)."
license = "MIT OR Apache-2.0"

[dependencies]
clap = { version = "3.0.0", features = ["derive"] }
toml = "0.5"
serde_derive = "1.0.133"
serde = "1.0.133"
shellexpand = "2.1.0"
url = "2.2.1"