summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-22 13:32:42 -0400
committerBotahamec <botahamec@outlook.com>2022-10-22 13:32:42 -0400
commitb94f8bc146363ad7757009de50ae180ef5bafceb (patch)
tree04a280a3e6c6f7c6a4558c5a7db1b49039026a1b /Cargo.toml
parent53bd72abada001fa6323a66da5c6761f6dce5c13 (diff)
Update Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 123a1b2..56f9647 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,11 @@
[package]
name = "exun"
version = "0.1.0"
+authors = ["Mica White <botahamec@outlook.com>"]
edition = "2021"
rust-version = "1.56"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+description = "Handle unexpected errors"
+license = "Unlicense"
[features]
default = ["std"]