vsock_sample/rs/Cargo.toml (12 lines of code) (raw):
[package]
name = "vsock-sample"
version = "0.1.0"
authors = ["The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "3.2"
log = "0.4"
nix = "0.20"
byteorder = "1.3"
[workspace]