1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00
examples/jsonrpc/Cargo.toml

18 lines
311 B
TOML
Raw Normal View History

2019-04-15 04:05:22 +02:00
[package]
name = "jsonrpc-example"
version = "0.1.0"
authors = ["mohanson <mohanson@outlook.com>"]
edition = "2018"
workspace = ".."
[dependencies]
2019-06-06 12:47:40 +02:00
actix = "0.8.2"
actix-web = "1.0.0"
2019-04-15 04:05:22 +02:00
env_logger = "0.6"
futures = "0.1.23"
futures-timer = "0.1"
log = "0.4"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"