diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-09-01 20:32:27 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-09-01 20:32:27 +0800 |
commit | eeb7ceeff94b9bac0fb629ad393e7113a04f31c1 (patch) | |
tree | 9af5b285e9d6d973c078b8172ee9e8c8a528c35e /errors/Cargo.toml | |
parent | 79833af30e82bc258fdf300d5c6701e39ffc95da (diff) |
Handle errors
Diffstat (limited to 'errors/Cargo.toml')
-rw-r--r-- | errors/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/errors/Cargo.toml b/errors/Cargo.toml new file mode 100644 index 0000000..b7a199b --- /dev/null +++ b/errors/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "errors" +version = "0.1.0" +authors = ["Jordan Gong <jordan.gong@protonmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |