mirror of
https://github.com/pcvolkmer/cert-tools.git
synced 2025-04-19 17:06:49 +00:00
10 lines
270 B
TOML
10 lines
270 B
TOML
[package]
|
|
name = "cert-tools-ui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cert-tools = { path = "..", version = "*" }
|
|
iced = { version = "0.13", features = ["wgpu", "tiny-skia", "tokio", "web-colors"], default-features = false }
|
|
rfd = "0.15"
|
|
itertools = "0.14" |