diff options
author | fx <[email protected]> | 2023-10-09 17:26:59 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-09 17:26:59 +0200 |
commit | 3e6a72428824c5a50a873a4284b86d0a9e47a778 (patch) | |
tree | 7f3594f4068a8009210039bc33e0205a672828f7 /Cargo.lock | |
parent | 732c487d3dab4af9fc561527591d3d56299e39f2 (diff) | |
download | webol-3e6a72428824c5a50a873a4284b86d0a9e47a778.tar webol-3e6a72428824c5a50a873a4284b86d0a9e47a778.tar.gz webol-3e6a72428824c5a50a873a4284b86d0a9e47a778.zip |
db int for api
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1547,6 +1547,7 @@ dependencies = [ | |||
1547 | "sha2", | 1547 | "sha2", |
1548 | "sqlx-core", | 1548 | "sqlx-core", |
1549 | "sqlx-mysql", | 1549 | "sqlx-mysql", |
1550 | "sqlx-postgres", | ||
1550 | "sqlx-sqlite", | 1551 | "sqlx-sqlite", |
1551 | "syn 1.0.109", | 1552 | "syn 1.0.109", |
1552 | "tempfile", | 1553 | "tempfile", |