feat: add sans-io TFTP protocol crate
This commit is contained in:
@@ -3,6 +3,9 @@ name = "pfs-tftp"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[workspace]
|
||||
members = ["crates/pfs-tftp-proto", "crates/pfs-tftp-sync"]
|
||||
|
||||
[lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
|
||||
@@ -12,3 +15,4 @@ todo = "warn"
|
||||
unwrap_used = "warn"
|
||||
|
||||
[dependencies]
|
||||
pfs-tftp-sync = { path = "crates/pfs-tftp-sync" }
|
||||
|
||||
Reference in New Issue
Block a user