Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I02ee54baee048c58a480522ce79159eb6a6a6964
23 lines
658 B
TOML
23 lines
658 B
TOML
[package]
|
|
name = "ncro-router"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
chrono.workspace = true
|
|
futures-util.workspace = true
|
|
ncro-db.workspace = true
|
|
ncro-health.workspace = true
|
|
ncro-metrics.workspace = true
|
|
ncro-narinfo.workspace = true
|
|
reqwest = { workspace = true, features = [ "rustls" ] }
|
|
thiserror.workspace = true
|
|
tokio = { workspace = true, features = [ "sync", "time", "rt" ] }
|
|
tracing.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|