mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-26 17:02:32 +01:00
11 lines
215 B
TOML
11 lines
215 B
TOML
[package]
|
|
name = "tarpc"
|
|
version = "0.1.0"
|
|
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
|
|
|
|
[dependencies]
|
|
serde = "*"
|
|
serde_json = "*"
|
|
serde_macros = "*"
|
|
log = "*"
|