Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/firecracker
Path: blob/main/src/dumbo/Cargo.toml
1956 views
1
[package]
2
name = "dumbo"
3
version = "0.1.0"
4
authors = ["Amazon Firecracker team <[email protected]>"]
5
edition = "2018"
6
7
[dependencies]
8
bitflags = ">=1.0.4"
9
10
utils = { path = "../utils" }
11
logger = { path = "../logger" }
12
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", rev = "49240ce" }
13
14
[dev-dependencies]
15
serde_json = ">=1.0.9"
16
17