about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-08-27 00:50:51 -0400
committerBen Morrison <ben@gbmor.dev>2019-08-27 00:50:51 -0400
commit9ee17f15bb380d31d55d83586ebdf3644cf326af (patch)
tree35ef8c7289f2fbd52564a1fec4fd3f0dfc892e92 /Cargo.toml
parentd64124e97bdf26169f20e98fbdf1af934b265b74 (diff)
downloadclinte-9ee17f15bb380d31d55d83586ebdf3644cf326af.tar.gz
fleshing out types
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 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