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