mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-23 03:59:37 +00:00
6df67bb9d3
* 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
370 B
TOML
15 lines
370 B
TOML
[package]
|
|
name = "cuprate-rpc-interface"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
description = "Cuprate's RPC interface library"
|
|
license = "MIT"
|
|
authors = ["hinto-janai"]
|
|
repository = "https://github.com/Cuprate/cuprate/tree/main/rpc/cuprate-rpc-interface"
|
|
keywords = ["cuprate", "rpc", "interface"]
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|