13 lines
189 B
TOML
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"
|