mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
15 lines
342 B
TOML
15 lines
342 B
TOML
[package]
|
|
name = "jsonrpc-example"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = { workspace = true }
|
|
|
|
bytes = "1.1.0"
|
|
env_logger.workspace = true
|
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
|
log.workspace = true
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0.78"
|