mirror of
https://github.com/actix/examples
synced 2025-03-13 00:22:48 +01:00
11 lines
203 B
TOML
11 lines
203 B
TOML
[package]
|
|
name = "templating-sailfish"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
actix-web.workspace = true
|
|
env_logger.workspace = true
|
|
log.workspace = true
|
|
sailfish = "0.8"
|