diff options
Diffstat (limited to 'luz/Cargo.toml')
-rw-r--r-- | luz/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luz/Cargo.toml b/luz/Cargo.toml index 45a847f..90d321c 100644 --- a/luz/Cargo.toml +++ b/luz/Cargo.toml @@ -16,3 +16,4 @@ tokio-util = "0.7.13" tracing = "0.1.41" tracing-subscriber = "0.3.19" uuid = { version = "1.13.1", features = ["v4"] } +thiserror = "2.0.11" |