diff options
author | 2021-05-16 22:23:37 -0700 | |
---|---|---|
committer | 2021-05-17 05:23:37 +0000 | |
commit | 19d87e6ee3ae44c5b1c853adf00329a894778b06 (patch) | |
tree | 35f2880295c3f2563f06cbbcb17dd774c3be08aa /Cargo.toml | |
parent | a2dc79a5079d6286ebd148cf25a00e5dd013efdc (diff) | |
download | notion-19d87e6ee3ae44c5b1c853adf00329a894778b06.tar.gz notion-19d87e6ee3ae44c5b1c853adf00329a894778b06.tar.zst notion-19d87e6ee3ae44c5b1c853adf00329a894778b06.zip |
feat: adding proper error type with snafu (#8)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ license = "MIT" [dependencies] serde_json = "1.0.64" +snafu = "0.6.10" [dependencies.chrono] version = "0.4.19" |