mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
24 lines
682 B
TOML
24 lines
682 B
TOML
[package]
|
|
name = "brk_website"
|
|
description = "Standalone website server for BRK"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
include = ["src/**/*", "website/**/*", "Cargo.toml", "README.md"]
|
|
|
|
[dependencies]
|
|
axum = { workspace = true }
|
|
include_dir = "0.7"
|
|
# importmap = { path = "../../../importmap", features = ["embedded"] }
|
|
importmap = { version = "0.4.2", features = ["embedded"] }
|
|
serde = { workspace = true }
|
|
tracing = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
brk_logger = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tower-http = { workspace = true }
|
|
tower-layer = { workspace = true }
|