mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 22:36:48 +00:00
uevent should be format Enum of smoltcp socket should be optimized. need to add interface for routing subsys actix is still not abled to run. clean some casual added code to other places
13 lines
290 B
TOML
13 lines
290 B
TOML
[package]
|
|
name = "test-uevent"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "test for uevent"
|
|
authors = [ "val213 <val213666@gmail.com>" ]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
netlink-sys = "0.5"
|
|
nix = "0.24"
|