mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-30 16:18:56 +01:00
10 lines
246 B
TOML
10 lines
246 B
TOML
[package]
|
|
name = "tarpc_examples"
|
|
version = "0.1.0"
|
|
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
|
|
|
|
[dev-dependencies]
|
|
tarpc = { path = "../tarpc" }
|
|
lazy_static = "^0.1.15"
|
|
env_logger = "^0.3.2"
|