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 /schist_desktop_gui/Cargo.toml | |
| parent | 0986b29354690327b5dafc852667c7dc191d1a22 (diff) | |
task-088: cache open file
Diffstat (limited to 'schist_desktop_gui/Cargo.toml')
| -rw-r--r-- | schist_desktop_gui/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schist_desktop_gui/Cargo.toml b/schist_desktop_gui/Cargo.toml index 0ee5764..e5937d8 100644 --- a/schist_desktop_gui/Cargo.toml +++ b/schist_desktop_gui/Cargo.toml @@ -17,3 +17,6 @@ schist_fakes = { workspace = true } schist_models = { workspace = true } schist_queries = { workspace = true } schist_schema = { workspace = true } +serde = { workspace = true } +toml = { workspace = true } +unwrap-infallible = { workspace = true } |
