SMALLC fbd63a301c
feat: alarm系统调用实现 (#710)
* alarm系统调用实现
2024-04-16 21:34:36 +08:00

12 lines
282 B
TOML

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