From efb9dbd8072becbf3d34e74e737287b982432164 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 30 Aug 2024 00:06:33 +0200 Subject: feat: add usable state logic --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 27755ab..50b4017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,6 @@ license = "GPL-3.0-or-later" keywords = ["gui", "iced"] [dependencies] -iced = { version = "0.12.1", features = [ "image","svg","canvas","qr_code","advanced"] } +iced = { version = "0.12.1", features = [ "image","svg","canvas","qr_code","advanced","tokio","highlighter"] } +tokio = {version = "1.39.3",features = ["fs"]} +rust-format = "0.3.4" -- cgit v1.2.3