mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-23 12:09:52 +00:00
16 lines
370 B
TOML
16 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]
|