diff options
| author | Fuwn <[email protected]> | 2021-03-21 12:42:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-21 12:42:38 -0700 |
| commit | b5f7c1ecc806d0ff809dcd27cf0503b35aa2b4df (patch) | |
| tree | 852db2930582a449b6d38cb5016d873b363e46e6 /Cargo.toml | |
| parent | Merge pull request #1 from Vencorr/master (diff) | |
| download | whirl-b5f7c1ecc806d0ff809dcd27cf0503b35aa2b4df.tar.xz whirl-b5f7c1ecc806d0ff809dcd27cf0503b35aa2b4df.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" |