mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
0c4ab86a9a
inspired by #406
16 lines
285 B
TOML
16 lines
285 B
TOML
[package]
|
|
name = "jsonrpc-example"
|
|
version = "2.0.0"
|
|
authors = ["mohanson <mohanson@outlook.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = "3"
|
|
|
|
bytes = "0.5"
|
|
env_logger = "0.8"
|
|
futures-util = "0.3"
|
|
log = "0.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|