aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-21 12:42:38 -0700
committerFuwn <[email protected]>2021-03-21 12:42:38 -0700
commitb5f7c1ecc806d0ff809dcd27cf0503b35aa2b4df (patch)
tree852db2930582a449b6d38cb5016d873b363e46e6 /Cargo.toml
parentMerge pull request #1 from Vencorr/master (diff)
downloadwhirl-b5f7c1ecc806d0ff809dcd27cf0503b35aa2b4df.tar.xz
whirl-b5f7c1ecc806d0ff809dcd27cf0503b35aa2b4df.zip
feature: setup database tables
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 1c10a74..d137d68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,3 +20,4 @@ log = "0.4.14"
pretty_env_logger = "0.4.0"
dotenv = "0.15.0"
rand = "0.8.3"
+rusqlite = "0.24.2"