summaryrefslogtreecommitdiff
path: root/errors/Cargo.toml
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2020-09-01 20:32:27 +0800
committerJordan Gong <jordan.gong@protonmail.com>2020-09-01 20:32:27 +0800
commiteeb7ceeff94b9bac0fb629ad393e7113a04f31c1 (patch)
tree9af5b285e9d6d973c078b8172ee9e8c8a528c35e /errors/Cargo.toml
parent79833af30e82bc258fdf300d5c6701e39ffc95da (diff)
Handle errors
Diffstat (limited to 'errors/Cargo.toml')
-rw-r--r--errors/Cargo.toml9
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]