1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

13 lines
280 B
TOML
Raw Normal View History

2019-04-09 14:12:07 -04:00
[package]
name = "async_ex2"
version = "0.1.0"
authors = ["dowwie <dkcdkg@gmail.com>"]
edition = "2021"
2019-04-09 14:12:07 -04:00
[dependencies]
actix-web = { version = "4.0.0-beta.21", features = ["openssl"] }
env_logger = "0.9"
2019-04-09 14:12:07 -04:00
serde = { version = "^1.0", features = ["derive"] }
serde_json = "1.0.39"
2020-09-12 16:49:45 +01:00