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"
|
|
|
|
workspace = ".."
|
|
|
|
|
|
|
|
[dependencies]
|
2019-12-25 17:48:33 +01:00
|
|
|
actix-web = "2.0.0"
|
2019-12-15 18:07:17 +01:00
|
|
|
actix-rt = "1.0.0"
|
2019-12-07 18:59:24 +01:00
|
|
|
bytes = "0.5"
|
2019-04-15 04:05:22 +02:00
|
|
|
env_logger = "0.6"
|
2019-12-07 18:59:24 +01:00
|
|
|
futures = "0.3.1"
|
2019-04-15 04:05:22 +02:00
|
|
|
log = "0.4"
|
2020-01-12 14:04:02 +01:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2019-04-15 04:05:22 +02:00
|
|
|
serde_json = "1.0"
|