2024-04-30 20:27:55 +02:00
|
|
|
[package]
|
|
|
|
name = "hyperlog-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
tokio.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
clap.workspace = true
|
|
|
|
dotenv.workspace = true
|
|
|
|
axum.workspace = true
|
|
|
|
|
2024-05-15 10:07:52 +02:00
|
|
|
serde = { version = "1.0.202", features = ["derive"] }
|
2024-05-09 18:05:18 +02:00
|
|
|
uuid = { version = "1.8.0", features = ["v4"] }
|
|
|
|
serde_json = "1.0.117"
|
2024-04-30 20:27:55 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
similar-asserts = "1.5.0"
|
|
|
|
tempfile = "3.10.1"
|