Files
ultimate_rust2/exercise/errors/Cargo.toml
2021-09-30 22:17:57 -06:00

11 lines
194 B
TOML

[package]
name = "aquarium"
version = "0.1.0"
edition = "2021"
[dependencies]
# I thought you might want this for your library...
thiserror = "1.0"
# ...and this for your binary
anyhow = "1.0"