Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ifb3cf9ad9747795b44eff1ee8cd538536a6a6964
22 lines
650 B
TOML
22 lines
650 B
TOML
[package]
|
|
name = "ncro-server"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[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
|
|
|
|
[lints]
|
|
workspace = true
|