git-smash 0.0.2

Smash staged changes into previous commits
[dependencies.ahash]
version = "^0.7"

[dependencies.anyhow]
version = "^1.0"

[dependencies.regex]
version = "^1.4"

[dependencies.structopt]
version = "0.3"

[dependencies.strum]
version = "0.20"

[dependencies.strum_macros]
version = "0.20"

[package]
authors = ["anthraxx <levente@leventepolyak.net>"]
categories = ["command-line-utilities"]
description = "Smash staged changes into previous commits"
edition = "2018"
homepage = "https://github.com/anthraxx/git-smash"
keywords = ["git", "workflow"]
license = "MIT"
name = "git-smash"
repository = "https://github.com/anthraxx/git-smash"
version = "0.0.2"
[profile.release]
codegen-units = 1
lto = true