mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-28 15:22:30 +01:00
10 lines
166 B
TOML
10 lines
166 B
TOML
[package]
|
|
name = "adamrpc"
|
|
version = "0.1.0"
|
|
authors = ["Adam Wright <adam.austin.wright@gmail.com>"]
|
|
|
|
[dependencies]
|
|
serde = "*"
|
|
serde_json = "*"
|
|
serde_macros = "*"
|