mirror of
https://github.com/actix/examples
synced 2025-02-23 01:33:18 +01:00
12 lines
222 B
TOML
12 lines
222 B
TOML
|
[package]
|
||
|
name = "status-codes"
|
||
|
version = "0.1.0"
|
||
|
publish.workspace = true
|
||
|
edition.workspace = true
|
||
|
rust-version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
actix-web.workspace = true
|
||
|
env_logger.workspace = true
|
||
|
log.workspace = true
|