Documentation
[package]
name = "oats"
version = "0.1.0"
authors = ["Matthew James Briggs"]
license = "MIT"
edition = "2018"
description = "OpenApi system"
homepage = "https://github.com/webern/roads"
documentation = "https://github.com/webern/roads"
repository = "https://github.com/webern/roads"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.3.14"
termion = "1.5.3"
uuid = { version = "0.8.1", features = ["v4"] }