mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
17 lines
321 B
TOML
17 lines
321 B
TOML
[package]
|
|
name = "jsonrpc-example"
|
|
version = "2.0.0"
|
|
authors = ["mohanson <mohanson@outlook.com>"]
|
|
edition = "2018"
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
actix-web = "2.0.0"
|
|
actix-rt = "1.0.0"
|
|
bytes = "0.5"
|
|
env_logger = "0.7"
|
|
futures = "0.3.1"
|
|
log = "0.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|