crusto/Cargo.toml

42 lines
1.1 KiB
TOML

[workspace]
members = [".", "magic", "vespid", "vespid/macros"]
[workspace.dependencies]
vespid.path = "vespid"
magic.path = "magic"
icondata = { version = "0.5", default-features = false, features = ["lucide"] }
tailwind_fuse = { version = "0.3.1", features = ["variant"] }
axum = "0.7"
tokio = { version = "1", features = ["full"] }
[package]
name = "crusto"
version = "0.1.0"
edition = "2021"
[dependencies]
vespid.workspace = true
magic.workspace = true
tokio.workspace = true
axum.workspace = true
eyre = "0.6.12"
color-eyre = "0.6.3"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracing-error = "0.2.1"
git2 = "0.19.0"
icondata.workspace = true
tower-http = { version = "0.6.2", features = ["full"] }
tailwind_fuse.workspace = true
opentelemetry = "0.27.1"
opentelemetry-otlp = "0.27.0"
opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] }
opentelemetry-semantic-conventions = "0.27.0"
surrealdb = "2.1.2"
tracing-opentelemetry = "0.28.0"
serde = "1.0.215"
itertools = "0.13.0"
once_cell = "1.20.2"
chrono = { version = "0.4.39", features = ["serde"] }
toml = "0.8.19"
parking_lot = "0.12.3"