git-smash 0.1.0

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

[dependencies.anyhow]
version = "^1.0"

[dependencies.regex]
version = "^1.6"

[dependencies.semver]
version = "^1.0"

[dependencies.structopt]
version = "^0.3"

[dependencies.strum]
version = "^0.24"

[dependencies.strum_macros]
version = "^0.24"

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