1[package] 2name = "test_alarm" 3version = "0.1.0" 4edition = "2021" 5description = "test for alarm" 6authors = [ "smallc <2628035541@qq.com>" ] 7 8# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 9 10[dependencies] 11libc = "0.2.0" 12nix = "0.23.0"