Replace toml with toml_edit

This commit is contained in:
mo8it
2024-03-25 02:35:51 +01:00
parent 9c6f56b836
commit 83cd91ccca
3 changed files with 8 additions and 18 deletions

View File

@@ -18,7 +18,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"] }
[[bin]]
name = "rustlings"