Name update

This commit is contained in:
Miles Ward
2026-05-06 14:13:38 -04:00
parent e1b7154b51
commit 20c585e3ed
56 changed files with 755 additions and 802 deletions
+32
View File
@@ -0,0 +1,32 @@
[package]
name = "openpxe"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description = "Container-native PXE boot server — a lightweight Rust clone of iVentoy"
[lints]
workspace = true
[[bin]]
name = "openpxe"
path = "src/main.rs"
[dependencies]
openpxe-core.workspace = true
openpxe-dhcp-proxy.workspace = true
openpxe-tftp.workspace = true
openpxe-http-api.workspace = true
openpxe-iso-store.workspace = true
openpxe-ipxe-assets.workspace = true
tokio.workspace = true
axum.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
anyhow.workspace = true
clap.workspace = true
serde.workspace = true
toml.workspace = true
bytes.workspace = true
time.workspace = true