1[package]
2name = "ylong_signal"
3version = "1.0.0"
4edition = "2021"
5description = "ylong_runtime signal syscall wrapping"
6license = "Apache-2.0"
7repository = "https://gitee.com/openharmony/commonlibrary_rust_ylong_runtime"
8keywords = ["Ylong", "signal"]
9
10# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12[dependencies]
13libc = "0.2.134"