git-kickflip 0.1.0

Do some crazy stuff to your git branch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "git-kickflip"
description = "Do some crazy stuff to your git branch"
version = "0.1.0"
edition = "2018"
license = "Unlicense"
repository = "https://github.com/AZMCode/git-kickflip"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
failure = { version = "0.1.8", features = [ "backtrace" ] }
failure_derive = "0.1.8"
strum_macros = "0.21.1"
structopt = "0.3.23"
rand = "0.8.4"
execute = "0.2.9"