[package] name = "in_space" version = "0.0.5" authors = ["nkconnor "] 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.5"} in_space_core = { path = "../core", version = "0.0.5"} warp = "0.2" serde = "1" [dev-dependencies] serde = {version="1", features=["derive"]} serde_json = "1" tokio = { version = "0.2", features = ["full"] }