[package]
name = "mmds"
version = "0.1.0"
authors = ["Amazon Firecracker team <[email protected]>"]
edition = "2018"
[dependencies]
lazy_static = ">=1.1.0"
serde_json = ">=1.0.9"
versionize = ">=0.1.6"
versionize_derive = ">=0.1.3"
dumbo = { path = "../dumbo" }
logger = { path = "../logger" }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", rev = "49240ce" }
utils = { path = "../utils" }
snapshot = { path = "../snapshot" }