Files
tarpc/Cargo.toml
2016-01-09 12:45:16 -08:00

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 = "*"