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