ff4aea2cae
This way all components necessary to get a working network connection are in the base repo. In the future this might help with mounting a network disk from the initfs. The netutils recipe doesn't get included in the initfs.
11 lines
152 B
TOML
11 lines
152 B
TOML
[package]
|
|
name = "dhcpd"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|