Add errors exercise

This commit is contained in:
Nathan Stocks
2021-06-15 21:44:45 -06:00
parent 8f478f9ea5
commit 6159d01739
4 changed files with 135 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "aquarium"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
[dependencies]
# I thought you might want this for your library...
thiserror = "1.0"
# ...and this for your binary
anyhow = "1.0"