2019-04-15 04:05:22 +02:00
|
|
|
[package]
|
|
|
|
name = "jsonrpc-example"
|
2022-02-02 02:45:20 +01:00
|
|
|
version = "1.0.0"
|
2022-02-02 02:43:51 +01:00
|
|
|
edition = "2021"
|
2019-04-15 04:05:22 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-02 21:33:43 +01:00
|
|
|
actix-web.workspace = true
|
2021-10-07 04:27:50 +02:00
|
|
|
|
2022-02-02 16:16:19 +01:00
|
|
|
bytes = "1.1.0"
|
2022-12-30 17:25:40 +01:00
|
|
|
env_logger.workspace = true
|
2023-01-02 21:33:43 +01:00
|
|
|
futures-util.workspace = true
|
2022-12-30 17:25:40 +01:00
|
|
|
log.workspace = true
|
2024-07-07 02:42:16 +02:00
|
|
|
serde.workspace = true
|
2023-01-02 21:35:11 +01:00
|
|
|
serde_json.workspace = true
|