aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2022-03-07 22:52:17 +0100
committerTeddy Wing2022-03-07 22:52:17 +0100
commita04e368947ffa5c2c679c149e86ddf423a042822 (patch)
tree5ddaac980d0e592ebaf19bcfae37df41676354ad /Cargo.toml
parentf2bb75a53d3c05aca645e221f40dcd51f62503b0 (diff)
downloadyaqlite-a04e368947ffa5c2c679c149e86ddf423a042822.tar.bz2
Try reading and parsing a YAML file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 11f34f7..bd9d94f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,5 @@ version = "0.0.1"
edition = "2021"
[dependencies]
+rusqlite = "0.27.0"
+yaml-rust = "0.4.5"