2024-12-05 21:05:22 +00:00
|
|
|
[workspace]
|
2024-12-09 12:42:28 +00:00
|
|
|
members = [".", "magic", "vespid", "vespid/macros"]
|
2024-12-05 21:05:22 +00:00
|
|
|
|
|
|
|
[workspace.dependencies]
|
|
|
|
vespid.path = "vespid"
|
2024-12-09 11:55:19 +00:00
|
|
|
magic.path = "magic"
|
|
|
|
icondata = { version = "0.5", default-features = false, features = ["lucide"] }
|
|
|
|
tailwind_fuse = { version = "0.3.1", features = ["variant"] }
|
2024-12-05 21:05:22 +00:00
|
|
|
axum = "0.7"
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "crusto"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-12-09 11:55:19 +00:00
|
|
|
vespid.workspace = true
|
|
|
|
magic.workspace = true
|
2024-12-05 21:05:22 +00:00
|
|
|
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"
|
2024-12-06 14:07:27 +00:00
|
|
|
git2 = "0.19.0"
|
2024-12-09 11:55:19 +00:00
|
|
|
icondata.workspace = true
|
2024-12-08 20:53:36 +00:00
|
|
|
tower-http = { version = "0.6.2", features = ["full"] }
|
2024-12-09 11:55:19 +00:00
|
|
|
tailwind_fuse.workspace = true
|
2024-12-09 12:42:28 +00:00
|
|
|
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"
|
2024-12-11 20:15:51 +00:00
|
|
|
chrono = { version = "0.4.39", features = ["serde"] }
|
|
|
|
toml = "0.8.19"
|
|
|
|
parking_lot = "0.12.3"
|