mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
12 lines
282 B
TOML
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" |