Jetstream, Tracing, basic ingestor + tracing
I'm mainly just commiting this so I can work on my laptop, but I'm too tired to manage branches and then later rebasing things
This commit is contained in:
parent
c0c90c3001
commit
028219ded1
6 changed files with 135 additions and 82 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1879,6 +1879,8 @@ dependencies = [
|
|||
name = "rust"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"atrium-api",
|
||||
"axum",
|
||||
"axum-macros",
|
||||
|
|
@ -1890,6 +1892,8 @@ dependencies = [
|
|||
"serde_json",
|
||||
"sqlx",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue