mirror of
https://github.com/actix/examples
synced 2025-01-22 22:05:57 +01:00
13 lines
280 B
TOML
13 lines
280 B
TOML
[package]
|
|
name = "async_ex2"
|
|
version = "0.1.0"
|
|
authors = ["dowwie <dkcdkg@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = { version = "4.0.0-beta.21", features = ["openssl"] }
|
|
env_logger = "0.9"
|
|
serde = { version = "^1.0", features = ["derive"] }
|
|
serde_json = "1.0.39"
|
|
|