13 lines
219 B
TOML
13 lines
219 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"
|
|
rfd = "0.15.4"
|
|
|
|
[build-dependencies]
|
|
slint-build = "1.12" |