atelier_test 0.1.2

Test and example models used within the other Atelier crates.
Documentation
[package]
name = "atelier_test"
description = "Test and example models used within the other Atelier crates."
version = "0.1.2"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
edition = "2018"
documentation = "https://docs.rs/atelier_test/"
repository = "https://github.com/johnstonskj/rust-atelier.git"
license = "MIT"
readme = "README.md"
publish = true

[dependencies]
atelier_core = { version = "~0.2", path = "../atelier-core" }
pretty_assertions = "0.7.1"