Name update

This commit is contained in:
Miles Ward
2026-04-29 02:47:00 -04:00
commit 3517c67831
66 changed files with 9016 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[package]
name = "pxeforge-tftp"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
description = "TFTP server (RFC 1350/2347/2348/2349/7440) for iPXE chainload"
[lints]
workspace = true
[dependencies]
pxeforge-core.workspace = true
pxeforge-ipxe-assets.workspace = true
tokio.workspace = true
socket2.workspace = true
tracing.workspace = true
thiserror.workspace = true
anyhow.workspace = true
bytes.workspace = true