summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-14 05:13:27 +0200
committermo8it <mo8it@proton.me>2024-04-14 05:13:27 +0200
commit9dcc4b7df5f539b10117e97870a9f1cb01ca040d (patch)
tree3e2950bb97d2f320869d8986d3d12721042f7c11 /Cargo.toml
parent9831cbb13975cd0f5ee4c295156102e3573ede1a (diff)
Simplify the state file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 14ae9a1..07865ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,6 @@ hashbrown = "0.14.3"
notify-debouncer-mini = "0.4.1"
ratatui = "0.26.1"
rustlings-macros = { path = "rustlings-macros" }
-serde_json = "1.0.115"
serde.workspace = true
toml_edit.workspace = true
which = "6.0.1"