diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-08-27 00:50:51 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-08-27 00:50:51 -0400 |
commit | 9ee17f15bb380d31d55d83586ebdf3644cf326af (patch) | |
tree | 35ef8c7289f2fbd52564a1fec4fd3f0dfc892e92 /Cargo.toml | |
parent | d64124e97bdf26169f20e98fbdf1af934b265b74 (diff) | |
download | clinte-9ee17f15bb380d31d55d83586ebdf3644cf326af.tar.gz |
fleshing out types
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index b230f5e..06fa0ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +rusqlite = "^0.20" \ No newline at end of file |