summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorkyoheiu <kyoheiu@outlook.com>2022-11-11 05:40:18 +0900
committerkyoheiu <kyoheiu@outlook.com>2022-11-11 05:40:18 +0900
commit8d6a4a6028ec4ade59bac440c8aaf92592dace72 (patch)
tree190263f3f2adf578708caf2e90a38c3fda7d9496 /Cargo.toml
parentd302d5ab09c18b44a16c384cb21bba6b25887ebc (diff)
Switch to serde_yaml
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 63857cf..f18b8dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,12 +20,12 @@ bench = false
dirs = "4.0.0"
walkdir = "2.3.2"
natord = "1.0.9"
-toml = "0.5.8"
log = "0.4.16"
simplelog = "0.12.0"
content_inspector = "0.2.4"
crossterm = "0.25.0"
syntect = {git = "https://github.com/kyoheiu/syntect"}
+serde_yaml = "0.9.14"
[dependencies.serde]
version = "1.0.136"