2023-09-24 10:48:41 +02:00
|
|
|
[package]
|
|
|
|
name = "basic-setup"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-24 22:09:36 +02:00
|
|
|
crunch = { workspace = true, features = ["in-memory"] }
|
2023-09-24 10:48:41 +02:00
|
|
|
|
|
|
|
tracing.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
anyhow.workspace = true
|
2023-09-24 21:09:40 +02:00
|
|
|
prost.workspace = true
|