feat: start to implement node_registry

This commit is contained in:
2024-03-01 18:23:40 +01:00
parent 27b6514167
commit 738bc1cf7a
8 changed files with 1473 additions and 140 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "node_registry_server"
version = "0.1.0"
edition = "2021"
[dependencies]
async-std = { version = "1.6.0", features = ["attributes"] }
node_registry_rust = { path = "../node_registry_rust" }
serde = { version = "1.0.197", features = ["derive"] }
tide = "0.16.0"