1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics/error-handling/Cargo.toml

13 lines
213 B
TOML
Raw Normal View History

2018-08-07 18:03:16 +02:00
[package]
2024-07-07 03:51:12 +02:00
name = "error-handling"
2019-12-07 18:59:24 +01:00
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
2018-08-07 18:03:16 +02:00
[dependencies]
actix-web.workspace = true
2022-03-06 01:41:32 +01:00
2023-01-02 21:38:03 +01:00
derive_more.workspace = true
env_logger.workspace = true
log.workspace = true
2023-01-02 21:35:37 +01:00
rand.workspace = true