mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
14 lines
248 B
TOML
14 lines
248 B
TOML
|
|
[package]
|
||
|
|
name = "no-alloc-network-test"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
authors.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
repository.workspace = true
|
||
|
|
include.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
libc = "0.2"
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|