diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-04 23:37:33 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-04 23:37:33 +0300 |
| commit | c9d526d6dc5d2c31abe689999497b00237a0bc12 (patch) | |
| tree | 96395cb62bdc904f1046c17240de24eeda48f1df /Cargo.toml | |
| parent | d5abad30ba847fa0e09aa711d90db29a473e9bef (diff) | |
Implemented full functional. Release v0.0.1
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"] + |
