commit | 44029a005e09c0b64dfbb6e56b1664e4261068f2 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Mon Nov 25 15:34:31 2024 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Mon Nov 25 15:37:55 2024 +0000 |
tree | b59b6fadafa08d6f64286a7608708d05f10af882 | |
parent | 5bf492f0871569b09c8ba595b83d6b956eca3713 [diff] [blame] |
Implement Error and Display traits for Error enum. Also implement From<Error> for i32. Change-Id: I6d63a4d61013c014d58ada6c396d0e8108f9bbc1 Signed-off-by: Andrew Walbran <qwandor@google.com>
diff --git a/Cargo.toml b/Cargo.toml index 90ed22a..cecea86 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -16,4 +16,5 @@ [dependencies] num_enum = { version = "0.7", default-features = false } +thiserror = { version = "2.0.3", default-features = false } uuid = { version = "1.10", default-features = false }