fc-sdk 0.1.0

High-level typestate SDK for managing Firecracker microVM lifecycles
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "fc-sdk"
description = "High-level typestate SDK for managing Firecracker microVM lifecycles"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true


[dependencies]
fc-api.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true