mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
* 添加chown系统调用 --------- Co-authored-by: sparkzky <sparkhhhhhhhhh@outlook.com> Co-authored-by: longjin <longjin@DragonOS.org>
13 lines
321 B
TOML
13 lines
321 B
TOML
[package]
|
|
name = "test-chown"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "测试chown系列系统调用"
|
|
authors = [ "sparkzky <sparkhhhhhhhhhh@outlook.com>" ]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
errno = "0.3.9"
|
|
nix = "0.23" |