Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6757cc99a0a5bc0c78193487df1ef52b6a6a6964
18 lines
515 B
TOML
18 lines
515 B
TOML
[package]
|
|
name = "ncro-server"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
axum = { workspace = true, features = [ "macros" ] }
|
|
bytes.workspace = true
|
|
futures-util.workspace = true
|
|
ncro-config.workspace = true
|
|
ncro-db.workspace = true
|
|
ncro-health.workspace = true
|
|
ncro-metrics.workspace = true
|
|
ncro-router.workspace = true
|
|
reqwest = { workspace = true, features = [ "rustls", "stream" ] }
|
|
serde = { workspace = true, features = [ "derive" ] }
|
|
tracing.workspace = true
|