diff options
| author | pml68 <contact@pml68.me> | 2024-10-26 22:22:45 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-10-26 22:22:45 +0200 |
| commit | 27fcc7a6a3dee7777449c0517a11838310aa164d (patch) | |
| tree | da813fb6d9bab57d9b114280f761a9635a1a8903 /iced_builder/Cargo.toml | |
| parent | test: remove all leftover println calls (diff) | |
| download | iced-builder-27fcc7a6a3dee7777449c0517a11838310aa164d.tar.gz | |
feat: implement `std::error::Error` for custom `Error` enum
Diffstat (limited to '')
| -rw-r--r-- | iced_builder/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iced_builder/Cargo.toml b/iced_builder/Cargo.toml index d788bc2..d08d485 100644 --- a/iced_builder/Cargo.toml +++ b/iced_builder/Cargo.toml @@ -19,6 +19,7 @@ rfd = "0.15.0" rust-format = "0.3.4" unique_id = "0.1.5" indexmap = { version = "2.6.0", features = ["serde"] } +thiserror = "1.0.65" [[bin]] name = "iced-builder" |
