summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-12-04 23:37:33 +0300
committerNamilskyy <alive6863@gmail.com>2025-12-04 23:37:33 +0300
commitc9d526d6dc5d2c31abe689999497b00237a0bc12 (patch)
tree96395cb62bdc904f1046c17240de24eeda48f1df /Cargo.toml
parentd5abad30ba847fa0e09aa711d90db29a473e9bef (diff)
Implemented full functional. Release v0.0.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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"]
+