diff options
author | Teddy Wing | 2022-03-07 22:52:17 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-07 22:52:17 +0100 |
commit | a04e368947ffa5c2c679c149e86ddf423a042822 (patch) | |
tree | 5ddaac980d0e592ebaf19bcfae37df41676354ad /Cargo.toml | |
parent | f2bb75a53d3c05aca645e221f40dcd51f62503b0 (diff) | |
download | yaqlite-a04e368947ffa5c2c679c149e86ddf423a042822.tar.bz2 |
Try reading and parsing a YAML file
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ version = "0.0.1" edition = "2021" [dependencies] +rusqlite = "0.27.0" +yaml-rust = "0.4.5" |