mirror of
https://github.com/actix/examples
synced 2025-06-26 09:17:41 +02:00
build: nixify
This commit is contained in:
@ -4,8 +4,8 @@ edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web.workspace = true
|
||||
actix-utils.workspace = true
|
||||
actix-web.workspace = true
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
minijinja = { version = "2", features = ["loader"] }
|
||||
|
@ -6,7 +6,7 @@ publish = false
|
||||
|
||||
[package.metadata.cargo-machete]
|
||||
ignored = [
|
||||
"yarte_helpers" # only used as build dependency
|
||||
"yarte_helpers", # only used as build dependency
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
|
Reference in New Issue
Block a user