summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"]
+