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

ignore protobuf-example in ci

This commit is contained in:
Rob Ede
2021-10-06 23:12:42 +01:00
parent 900a699fba
commit f623284c71
6 changed files with 39 additions and 28 deletions

View File

@ -1,3 +1,3 @@
/target
.env
test.db
test.db*

View File

@ -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"