diff options
author | Teddy Wing | 2022-03-13 02:46:31 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-13 02:46:31 +0100 |
commit | c7f7ffa4488734c97f0be226fa7a5e2d79ca85e5 (patch) | |
tree | fb1ddf25e17a6fd26bdff147c6fac2fb19d2a5ff /Cargo.toml | |
parent | 2219c6dbd34903c1d32641cec56063b621d44c21 (diff) | |
download | yaqlite-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ edition = "2021" [dependencies] rusqlite = "0.27.0" +thiserror = "1.0.30" yaml-rust = "0.4.5" |