mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
ignore protobuf-example in ci
This commit is contained in:
2
database_interactions/sqlx_todo/.gitignore
vendored
2
database_interactions/sqlx_todo/.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/target
|
||||
.env
|
||||
test.db
|
||||
test.db*
|
||||
|
@ -11,7 +11,7 @@ actix-web = "3"
|
||||
listenfd = "0.3.3"
|
||||
serde = "1.0.106"
|
||||
serde_json = "1.0.51"
|
||||
sqlx = { version = "0.3", features = [ "sqlite" ] }
|
||||
sqlx = { version = "0.3", features = ["sqlite"] }
|
||||
dotenv = "0.15.0"
|
||||
env_logger = "0.7.1"
|
||||
log = "0.4.8"
|
||||
|
Reference in New Issue
Block a user