diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-22 13:32:42 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-22 13:32:42 -0400 |
| commit | b94f8bc146363ad7757009de50ae180ef5bafceb (patch) | |
| tree | 04a280a3e6c6f7c6a4558c5a7db1b49039026a1b | |
| parent | 53bd72abada001fa6323a66da5c6761f6dce5c13 (diff) | |
Update Cargo.toml
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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"] |
