DEVELOPMENT ENVIRONMENT

~liljamo/emerwen

ref: e47b0684e6fbd303bcb645047a3d3b781579d9f6 emerwen/emerwen-worker/Cargo.toml -rw-r--r-- 401 bytes
e47b0684Jonni Liljamo feat: initial 15 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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]
clap = { version = "4", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }