summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-22 14:07:53 -0400
committerBotahamec <botahamec@outlook.com>2022-10-22 14:07:53 -0400
commit6a23c0c57a895b9b41e75f200c98fc454d6387bc (patch)
tree98ec5b0dc61ae1a79945315463558a628beb1411 /Cargo.toml
parentcfa4913614c8e88fcc99f7398ff8f7963866cbd2 (diff)
Started a README
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 4afd7dd..f114db7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["Mica White <botahamec@outlook.com>"]
edition = "2018"
rust-version = "1.31"
description = "Handle unexpected errors"
+readme = "README.md"
documentation = "https://docs.rs/exun"
repository = "https://github.com/botahamec/exun/"
license-file = "LICENSE.md"