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