DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

ref: 1225af8e42a83251f51013fddcb2f368c108612c emerwen/emerwen-protocol/Cargo.toml -rw-r--r-- 366 bytes
1225af8eJonni Liljamo feat: more experimentation 13 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]
emerwen-types = { path = "../emerwen-types" }

byteorder = "1"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"