aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar Jake Swenson <jakeswenson@users.noreply.github.com> 2021-05-16 22:23:37 -0700
committerGravatar GitHub <noreply@github.com> 2021-05-17 05:23:37 +0000
commit19d87e6ee3ae44c5b1c853adf00329a894778b06 (patch)
tree35f2880295c3f2563f06cbbcb17dd774c3be08aa /Cargo.toml
parenta2dc79a5079d6286ebd148cf25a00e5dd013efdc (diff)
downloadnotion-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a763aa5..8d53ed4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ license = "MIT"
[dependencies]
serde_json = "1.0.64"
+snafu = "0.6.10"
[dependencies.chrono]
version = "0.4.19"