diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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"] + |
