1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/jsonrpc/Cargo.toml
2019-05-12 11:58:26 -07:00

18 lines
318 B
TOML

[package]
name = "jsonrpc-example"
version = "0.1.0"
authors = ["mohanson <mohanson@outlook.com>"]
edition = "2018"
workspace = ".."
[dependencies]
actix = "0.8.1"
actix-web = "1.0.0-beta.4"
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"