[package] name = "decommerce" version = "0.0.2" authors = ["Brian Taylor "] license-file = "LICENSE" edition = "2018" description = "Decentralized Ecommerce" homepage = "https://resolvingarchitecture.io" documentation = "https://github.com/resolvingarchitecture/decommerce" repository = "https://github.com/resolvingarchitecture/decommerce.git" publish = true readme = "README.md" keywords = ["decentralized","ecommerce"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.8" simple_logger = "1.6.0" rocket = "0.4.4" [dependencies.rocket_contrib] version = "0.4.4" default-features = false features = ["serve","json"]