1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
examples/json/jsonrpc/Cargo.toml

16 lines
285 B
TOML
Raw Normal View History

2019-04-15 10:05:22 +08:00
[package]
name = "jsonrpc-example"
2019-12-07 23:59:24 +06:00
version = "2.0.0"
2019-04-15 10:05:22 +08:00
authors = ["mohanson <mohanson@outlook.com>"]
edition = "2018"
[dependencies]
2020-09-12 16:49:45 +01:00
actix-web = "3"
2019-12-07 23:59:24 +06:00
bytes = "0.5"
env_logger = "0.8"
futures-util = "0.3"
2019-04-15 10:05:22 +08:00
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
2019-04-15 10:05:22 +08:00
serde_json = "1.0"