aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2022-03-13 02:46:31 +0100
committerTeddy Wing2022-03-13 02:46:31 +0100
commitc7f7ffa4488734c97f0be226fa7a5e2d79ca85e5 (patch)
treefb1ddf25e17a6fd26bdff147c6fac2fb19d2a5ff /Cargo.toml
parent2219c6dbd34903c1d32641cec56063b621d44c21 (diff)
downloadyaqlite-c7f7ffa4488734c97f0be226fa7a5e2d79ca85e5.tar.bz2
get_column_names(): Remove `unwrap()`s
Return a `Result` and wrap errors in a `thiserror` struct.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd9d94f..e015c77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,4 +5,5 @@ edition = "2021"
[dependencies]
rusqlite = "0.27.0"
+thiserror = "1.0.30"
yaml-rust = "0.4.5"