DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

ref: ef2b830165b22e9bcc235221875b81e359a8bb7d emerwen/emerwen-worker/Cargo.toml -rw-r--r-- 500 bytes
ef2b8301Jonni Liljamo feat: 2nd protocol iteration 15 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "emerwen-worker"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
publish.workspace = true
repository.workspace = true

[dependencies]
emerwen-protocol = { path = "../emerwen-protocol" }
emerwen-types = { path = "../emerwen-types" }

clap = { version = "4", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }