diff options
| author | Fuwn <[email protected]> | 2021-03-21 12:42:38 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-21 12:42:38 +0000 |
| commit | a56ab9b116124fc82e7eeef393d7a774a0390e88 (patch) | |
| tree | b6800a38ce7bff08b2474542661d1174cdfb8f4b /Cargo.toml | |
| parent | Merge pull request #1 from Vencorr/master (diff) | |
| download | archived-whirl-a56ab9b116124fc82e7eeef393d7a774a0390e88.tar.xz archived-whirl-a56ab9b116124fc82e7eeef393d7a774a0390e88.zip | |
feature: setup database tables
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |