sauce 0.1.2

A tool for managing directory-specific state.
[dependencies.anyhow]
version = "1.0.35"

[dependencies.clap]
features = ["suggestions", "color"]
version = "3.0.0-beta.2"

[dependencies.etcetera]
version = "0.3.2"

[dependencies.indexmap]
features = ["serde-1"]
version = "1.6.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.snailquote]
version = "0.3.0"

[dependencies.toml]
version = "0.5.7"

[dependencies.toml_edit]
version = "0.2.0"

[package]
authors = ["Dan Cardin <ddcardin@gmail.com>"]
categories = ["command-line-utilities"]
description = "A tool for managing directory-specific state."
documentation = "https://github.com/DanCardin/sauce"
edition = "2018"
homepage = "https://github.com/DanCardin/sauce"
keywords = ["source", "shell", "direnv"]
license-file = "LICENSE"
name = "sauce"
readme = "README.md"
repository = "https://github.com/DanCardin/sauce"
version = "0.1.2"