1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/json/jsonrpc/Cargo.toml

16 lines
285 B
TOML
Raw Normal View History

2019-04-15 04:05:22 +02:00
[package]
name = "jsonrpc-example"
2019-12-07 18:59:24 +01:00
version = "2.0.0"
2019-04-15 04:05:22 +02:00
authors = ["mohanson <mohanson@outlook.com>"]
edition = "2018"
[dependencies]
2020-09-12 17:49:45 +02:00
actix-web = "3"
2019-12-07 18:59:24 +01:00
bytes = "0.5"
env_logger = "0.8"
futures-util = "0.3"
2019-04-15 04:05:22 +02:00
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
2019-04-15 04:05:22 +02:00
serde_json = "1.0"