diff options
| author | Joe Carstairs <me@joeac.net> | 2026-02-07 18:45:08 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-02-07 18:45:17 +0000 |
| commit | 65596363d43995bf2002d4aa8405d84484f2542b (patch) | |
| tree | 830846f335d97a236c61ff8ac3a9080b455e3b4a /Cargo.toml | |
| parent | 0986b29354690327b5dafc852667c7dc191d1a22 (diff) | |
task-088: cache open file
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
