occlum/demos/rust/rust_app/Cargo.toml
2023-09-25 17:06:13 +08:00

13 lines
189 B
TOML

[package]
name = "rust_app"
version = "1.0.0"
authors = ["He Sun <bochang.sh@antfin.com>"]
build = "build.rs"
[dependencies]
libc = "0.2"
memmap = "0.7.0"
[build-dependencies]
cc = "1.0"