WIP: Registration

This commit is contained in:
Daniel Lundin 2025-01-18 12:15:59 +01:00
commit b459e6a3c1
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
13 changed files with 535 additions and 7 deletions
node-registration

View file

@ -0,0 +1,22 @@
[package]
name = "node-registration"
edition = "2023"
license = "MPL-2.0"
version.workspace = true
[dependencies]
anyhow.workspace = true
chrono.workspace = true
clap.workspace = true
futures.workspace = true
instrumentation = { path = "../instrumentation" }
progenitor.workspace = true
reqwest.workspace = true
schemars.workspace = true
serde.workspace = true
tokio.workspace = true
tracing.workspace = true
uuid.workspace = true
[package.metadata.cargo-machete]
ignored = ["reqwest", "serde"]