1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

Merge pull request #974 from harbourcoleman/patch-1

Correct typo on comment
This commit is contained in:
Rob Ede
2025-01-05 11:19:50 +00:00
committed by GitHub

View File

@ -3,7 +3,7 @@ name = "db-sqlite"
version = "1.0.0"
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]
actix-web = "4"
env_logger = "0.11"