From c9d526d6dc5d2c31abe689999497b00237a0bc12 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Thu, 4 Dec 2025 23:37:33 +0300 Subject: Implemented full functional. Release v0.0.1 --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1a150db..9346600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,9 @@ gtk4 = "0.10.3" relm4 = "0.10.0" webkit6 = "0.5.0" toml = { version = "0.9.8", features = ["serde"] } +url = { version = "2.5.7", features = ["serde"] } +serde_ini = "0.2.0" + +[target.x86_64-unknown-linux-gnu] +rustflags = ["-C", "target-feature=+crt-static"] + -- cgit v1.2.3