skellige 0.1.7

Track and manipulate your source in a programmatic way
Documentation
[dependencies.fungus]
version = "0.1.*"

[dependencies.git2]
version = "0.13.*"

[dependencies.indicatif]
version = "0.15.*"

[dev-dependencies]

[package]
authors = ["phR0ze"]
description = "Track and manipulate your source in a programmatic way"
edition = "2018"
exclude = ["docs", "examples", ".git", ".githooks", ".github", "tests", "benches", "target", ".vscode"]
homepage = "https://github.com/phR0ze/skellige"
license = "MIT OR Apache-2.0"
name = "skellige"
readme = "README.md"
repository = "https://github.com/phR0ze/skellige"
version = "0.1.7"
[profile.dev]
opt-level = 0

[profile.release]
lto = true
opt-level = 3