mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
18 lines
327 B
TOML
18 lines
327 B
TOML
|
[package]
|
||
|
name = "jsonrpc-example"
|
||
|
version = "0.1.0"
|
||
|
authors = ["mohanson <mohanson@outlook.com>"]
|
||
|
edition = "2018"
|
||
|
workspace = ".."
|
||
|
|
||
|
[dependencies]
|
||
|
actix = "0.8.0-alpha.2"
|
||
|
actix-web = "1.0.0-alpha.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"
|