chur 0.1.0

A wrapper around tonic-build which adds dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
name = "chur"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A wrapper around tonic-build which adds dependencies"
edition = "2021"
license = "MIT"
name = "chur"
publish = true
readme = "README.md"
repository = "https://github.com/d3rpp/chur"
version = "0.1.0"