mirror of
https://github.com/actix/examples
synced 2025-03-12 16:22:47 +01:00
11 lines
218 B
TOML
11 lines
218 B
TOML
[package]
|
|
name = "docker_sample"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
# Do not use workspace deps as they won't work in docker context.
|
|
[dependencies]
|
|
actix-web = "4"
|
|
env_logger = "0.11"
|
|
log = "0.4"
|