tugger 0.1.0

Package and distribute applications
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "tugger"
version = "0.1.0"
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
description = "Package and distribute applications"
homepage = "https://github.com/indygreg/tugger"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/indygreg/tugger.git"
[dependencies.ar]
version = "0.7"

[dependencies.clap]
version = "2.32"

[dependencies.codemap]
version = "0.1"

[dependencies.codemap-diagnostic]
version = "0.1"

[dependencies.debian]
version = "0.1"

[dependencies.fs_extra]
version = "1.1"

[dependencies.git2]
version = "0.10"

[dependencies.glob]
version = "0.3"

[dependencies.is_executable]
version = "0.1"

[dependencies.md5]
version = "0.6"

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

[dependencies.serde_yaml]
version = "0.8"

[dependencies.slog]
version = "2.4"

[dependencies.starlark]
version = "0.2"

[dependencies.starlark-repl]
version = "0.2"

[dependencies.tar]
version = "0.4"

[dependencies.tempdir]
version = "0.3"

[dependencies.tempfile]
version = "3.1"

[dependencies.walkdir]
version = "2.2"