aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-21 12:42:38 +0000
committerFuwn <[email protected]>2021-03-21 12:42:38 +0000
commita56ab9b116124fc82e7eeef393d7a774a0390e88 (patch)
treeb6800a38ce7bff08b2474542661d1174cdfb8f4b /Cargo.toml
parentMerge pull request #1 from Vencorr/master (diff)
downloadarchived-whirl-a56ab9b116124fc82e7eeef393d7a774a0390e88.tar.xz
archived-whirl-a56ab9b116124fc82e7eeef393d7a774a0390e88.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 ef0383e..9736f6c 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"