1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

build: nixify

This commit is contained in:
Rob Ede
2025-04-09 23:20:42 +01:00
parent c5ce3c118e
commit f2c51a8713
21 changed files with 237 additions and 101 deletions

View File

@ -4,8 +4,8 @@ edition.workspace = true
rust-version.workspace = true
[dependencies]
actix-web.workspace = true
actix-cors.workspace = true
actix-web.workspace = true
async-graphql = "6"
async-graphql-actix-web = "6"
env_logger.workspace = true