occlum/example/init_ra/Cargo.toml
2022-04-22 14:41:50 +08:00

12 lines
225 B
TOML

[package]
name = "init"
version = "0.0.1"
build = "build.rs"
authors = ["LI Qing geding.lq@antgroup.com"]
edition = "2018"
[dependencies]
libc = "0.2.84"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"