DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

ref: f7aea62c45f870fd5ff3d14d88d5fab16b490c91 emerwen/emerwen-protocol/Cargo.toml -rw-r--r-- 297 bytes
f7aea62cJonni Liljamo docs: add development notes to README.md 12 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "emerwen-protocol"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
publish.workspace = true
repository.workspace = true

[dependencies]
tonic = "0.12"
prost = "0.13"

[build-dependencies]
tonic-build = "0.12"