mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
16 lines
324 B
TOML
16 lines
324 B
TOML
|
[package]
|
||
|
name = "json-rpc"
|
||
|
version = "0.0.0"
|
||
|
edition = "2021"
|
||
|
description = "JSON-RPC 2.0 implementation"
|
||
|
license = "MIT"
|
||
|
authors = ["hinto-janai"]
|
||
|
repository = "https://github.com/Cuprate/cuprate/tree/main/rpc/json-rpc"
|
||
|
keywords = ["json", "rpc"]
|
||
|
|
||
|
[features]
|
||
|
|
||
|
[dependencies]
|
||
|
|
||
|
[dev-dependencies]
|