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

15 lines
281 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"
2020-04-05 06:50:44 +02:00
env_logger = "0.7"
2019-12-07 18:59:24 +01:00
futures = "0.3.1"
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"