summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-12-04 16:47:12 +0300
committerNamilskyy <alive6863@gmail.com>2025-12-04 16:47:12 +0300
commitb5cd950218d6deadd46bd3d1529a3cabeac2220f (patch)
tree1a6381e1dada971c7634d993cc8db1abc41ced0d /Cargo.toml
parentd70de444665cb79bc36f9acc807aef5d9706dac1 (diff)
Fixes in main window, started settings window. Added CI workflow.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6ea9bba..1a150db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,4 @@ glib = "0.21.5"
gtk4 = "0.10.3"
relm4 = "0.10.0"
webkit6 = "0.5.0"
+toml = { version = "0.9.8", features = ["serde"] }