in_space 0.0.1

A start of something
Documentation
[package]
name = "in_space"
version = "0.0.1"
authors = ["nkconnor <nicholas.k.connor@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A start of something"
repository = "https://github.com/nkconnor/in_space"
readme = "README.md"

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

[dependencies]
in_space_routes = { path = "../routes", version = "0.0.1"}
warp = "0.2"

[dev-dependencies]
serde = {version="1", features=["derive"]}
serde_json = "1"
tokio = { version = "0.2", features = ["full"] }