1
0
mirror of https://github.com/actix/examples synced 2025-01-22 05:55:56 +01:00

Correct type

This commit is contained in:
Cole 2025-01-04 17:18:29 -06:00 committed by GitHub
parent 07f6580f9f
commit 87180fdf70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ name = "db-sqlite"
version = "1.0.0" version = "1.0.0"
edition = "2021" edition = "2021"
# Do not use workspace deps as they this package isn't part of the workspace. # Do not use workspace deps as this package isn't part of the workspace.
[dependencies] [dependencies]
actix-web = "4" actix-web = "4"
env_logger = "0.11" env_logger = "0.11"