aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
-rw-r--r--release.toml1
2 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 359f580..cbceb1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,9 @@ version = "0.0.1-alpha.1"
authors = ["Jake Swenson <jake@jakeswenson.com>"]
edition = "2018"
+description = "A Notion Api Client"
+license = "MIT"
+
[dependencies]
serde_json = "1.0.64"
diff --git a/release.toml b/release.toml
new file mode 100644
index 0000000..398bc95
--- /dev/null
+++ b/release.toml
@@ -0,0 +1 @@
+disable-publish = true