mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-17 00:07:55 +00:00
6df67bb9d3
Some checks failed
Audit / audit (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / typo (push) Has been cancelled
CI / ci (macos-latest, stable, bash) (push) Has been cancelled
CI / ci (ubuntu-latest, stable, bash) (push) Has been cancelled
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Has been cancelled
Deny / audit (push) Has been cancelled
* add `rpc/` crates * rpc: fix `monero-rpc-server` -> `monero-rpc-types` * rpc: add skeleton `rpc/json-rpc` * remove `cuprate-rpc-server`, add `json-rpc`
15 lines
324 B
TOML
15 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]
|