VoiletTftp/Cargo.toml
2025-08-05 23:28:35 +08:00

13 lines
205 B
TOML

[package]
name = "VoiletTftp"
version = "1.0.0"
edition = "2024"
[dependencies]
smol = "1" # or any other runtime/executor
async-tftp = "0.3.6"
slint = "1.12.1"
[build-dependencies]
slint-build = "1.12"