DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

ref: 0bedb35fff9fe3be00f6c1d4f3a1d86dec8f01b2 emerwen/emerwen-protocol/Cargo.toml -rw-r--r-- 309 bytes
0bedb35fJonni Liljamo docs: add TODO for SIGINT listen 9 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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]
prost = "0.13"
serde = "1"
tonic = "0.12"

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