From eeb7ceeff94b9bac0fb629ad393e7113a04f31c1 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Tue, 1 Sep 2020 20:32:27 +0800 Subject: Handle errors --- errors/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 errors/Cargo.toml (limited to 'errors/Cargo.toml') 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 "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3