summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMo <76752051+mo8it@users.noreply.github.com>2024-03-27 14:30:59 +0100
committerGitHub <noreply@github.com>2024-03-27 14:30:59 +0100
commitb8a5886db42af0469519d37cbd751d87f783d4a9 (patch)
tree200b890941938bf930a344a97ff3a9cfdcc3be45 /Cargo.toml
parent07dec76f7c7f90d0768d2f5d9990e0b06019e0cd (diff)
parentb9d2756ce8093adb1a2e5a2ddc45bd07f1322f42 (diff)
Merge pull request #1914 from mo8it/toml
Reading the `info.toml` file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58c621b..3e65e00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ notify-debouncer-mini = "0.4.1"
regex = "1.10.3"
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }
-toml = "0.8.10"
+toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] }
which = "6.0.1"
[[bin]]