summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-02-07 18:45:08 +0000
committerJoe Carstairs <me@joeac.net>2026-02-07 18:45:17 +0000
commit65596363d43995bf2002d4aa8405d84484f2542b (patch)
tree830846f335d97a236c61ff8ac3a9080b455e3b4a /Cargo.toml
parent0986b29354690327b5dafc852667c7dc191d1a22 (diff)
task-088: cache open file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a763f80..66cee1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,3 +33,5 @@ schist_queries = { path = "schist_core/schist_queries" }
schist_schema = { path = "schist_core/schist_schema" }
schist_traits = { path = "schist_core/schist_traits" }
serde = { version = "1.0.209", features = ["derive"] }
+toml = "0.9.11"
+unwrap-infallible = "1.0.0"