diff options
| author | Mo <76752051+mo8it@users.noreply.github.com> | 2024-03-27 14:30:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-27 14:30:59 +0100 |
| commit | b8a5886db42af0469519d37cbd751d87f783d4a9 (patch) | |
| tree | 200b890941938bf930a344a97ff3a9cfdcc3be45 /Cargo.toml | |
| parent | 07dec76f7c7f90d0768d2f5d9990e0b06019e0cd (diff) | |
| parent | b9d2756ce8093adb1a2e5a2ddc45bd07f1322f42 (diff) | |
Merge pull request #1914 from mo8it/toml
Reading the `info.toml` file
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]] |
