aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-10-11 11:40:45 +0100
committerdiogo464 <[email protected]>2025-10-11 11:40:45 +0100
commit25fc61737c8f92b8f57c2aa02bb820635c3e6719 (patch)
tree9759066aa6703103a5b46f350729577c3e75c8b8 /Cargo.toml
parent15a5bb445c3f599a110bfda0756baf18247ec05a (diff)
changed binary name to netboot-pxe
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c800605..1490c08 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
1[package] 1[package]
2name = "netiso" 2name = "netboot-pxe"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2024" 4edition = "2024"
5 5