tango 0.8.2

Markdown-based Literate programming in Rust, integrated with Cargo.
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]
name = "tango"
version = "0.8.2"
authors = ["Felix S. Klock II <pnkfelix@pnkfx.org>"]
description = "Markdown-based Literate programming in Rust, integrated with Cargo."
documentation = "https://github.com/pnkfelix/tango-demo/blob/master/README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/pnkfelix/tango"

[[test]]
name = "runner"
[dependencies.filetime]
version = "0.1"

[dependencies.url]
version = "1.4"

[dependencies.walkdir]
version = "1.0"
[dev-dependencies.tempdir]
version = "0.3"