aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a763aa5..f3f352b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "notion"
-version = "0.0.1-alpha.3"
+version = "0.0.1-beta.3"
authors = ["Jake Swenson <jake@jakeswenson.com>"]
edition = "2018"
@@ -9,6 +9,7 @@ license = "MIT"
[dependencies]
serde_json = "1.0.64"
+snafu = "0.6.10"
[dependencies.chrono]
version = "0.4.19"