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

18 lines
318 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-05-05 06:52:24 +02:00
actix = "0.8.1"
2019-05-12 20:58:26 +02:00
actix-web = "1.0.0-beta.4"
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"