mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
ready for merge in master (#964)
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
This commit is contained in:
11
user/apps/test_unix_stream_socket/Cargo.toml
Normal file
11
user/apps/test_unix_stream_socket/Cargo.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "test_unix_stream_socket"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "test for unix stream socket"
|
||||
authors = [ "smallcjy <2628035541@qq.com>" ]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.158"
|
Reference in New Issue
Block a user