tigerturtle 0.1.2

Safely parse and evaluate toml files as bash variables
Documentation
[[bin]]
name = "tigerturtle"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.clap]
features = ["derive"]
version = "4.5.7"

[dependencies.toml]
version = "0.8.14"

[lib]
name = "tigerturtle"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Safely parse and evaluate toml files as bash variables"
edition = "2021"
keywords = ["toml", "parser", "bash"]
license = "Unlicense"
name = "tigerturtle"
readme = "README.md"
repository = "https://github.com/ArielHorwitz/tigerturtle"
version = "0.1.2"

[[test]]
name = "unit"
path = "tests/unit.rs"