feat: add sans-io TFTP protocol crate
This commit is contained in:
15
crates/pfs-tftp-sync/Cargo.toml
Normal file
15
crates/pfs-tftp-sync/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "pfs-tftp-sync"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
|
||||
[lints.clippy]
|
||||
pedantic = { level = "warn", priority = -1 }
|
||||
todo = "warn"
|
||||
unwrap_used = "warn"
|
||||
|
||||
[dependencies]
|
||||
pfs-tftp-proto = { path = "../pfs-tftp-proto" }
|
||||
Reference in New Issue
Block a user