Skip to content

Commit

Permalink
feat: console API (#311)
Browse files Browse the repository at this point in the history
* feat: stateless console api

* feat: add conns to node info

* update deps
  • Loading branch information
giangndm committed Jun 19, 2024
1 parent 58e277d commit e892eb5
Show file tree
Hide file tree
Showing 33 changed files with 1,095 additions and 246 deletions.
127 changes: 63 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [

[workspace.dependencies]
sans-io-runtime = { git = "https://github.com/giangndm/sans-io-runtime.git", rev = "c781cef12b2a435b5e31a6ede69d301a23719452" }
atm0s-sdn = { git = "https://github.com/giangndm/8xFF-decentralized-sdn.git", rev = "38517f26bbf843f2734f476fd0ac3d2e2053efbc" }
atm0s-sdn = { git = "https://github.com/giangndm/8xFF-decentralized-sdn.git", rev = "2ad5d3a092b63f871a90a9600d2fcc8cb3027a24" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "std"] }
convert-enum = "0.1"
num_enum = "0.7"
Expand Down
Loading

0 comments on commit e892eb5

Please sign in to comment.