diff --git a/README.md b/README.md index 94f1648..1b987b9 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,29 @@ ## Core Features or To Be Implemented -## Bellande Node Calculations +## Bellande Step Calculations +- https://git.bellande-technologies.com/BRSRI/bellande_step - https://github.com/Robotics-Sensors/bellande_step -## Bellande Propabilistic used in Bellande Search Path +## Bellande Limit Calculations +- https://git.bellande-technologies.com/BRSRI/bellande_limit +- https://github.com/Robotics-Sensors/bellande_limit + +## Bellande Node Importance Calculations +- https://git.bellande-technologies.com/BRSRI/bellande_node_importance +- https://github.com/Robotics-Sensors/bellande_node_importance + +## Bellande Particles Calculations +- https://git.bellande-technologies.com/BRSRI/bellande_particles +- https://github.com/Robotics-Sensors/bellande_particles + +## Bellande Propabilistic Calculations +- https://git.bellande-technologies.com/BRSRI/bellande_probabilistic - https://github.com/Robotics-Sensors/bellande_probabilistic -## Bellande Search Path -- https://github.com/Robotics-Sensors/bellande_search_path_api +## Bellande Search Path Calculations +- https://git.bellande-technologies.com/BRSRI/bellande_search_path +- https://github.com/Robotics-Sensors/bellande_search_path ### Protocol Support - TCP/UDP Communication diff --git a/dependencies.bellande b/dependencies.bellande index 492e2c4..a6e9bf9 100644 --- a/dependencies.bellande +++ b/dependencies.bellande @@ -1,17 +1,38 @@ -tokio: "1.28" +tokio: "1.0" features: - - rt - - net - - time - - sync - - macros + rt + net + time + sync + macros + io-util + serde: "1.0" features: - - derive + derive + +hyper: "0.14" + features: + client + server + http1 + http2 + +hyper-rustls: "0.24" + features: + http1 + http2 + +rustls: "0.21" + +tokio-rustls: "0.24" + +tokio-util: "0.7" + features: + codec + net + serde_json: "1.0" bincode: "1.3" rand: "0.8" -uuid: "1.3" - features: - - v4 - - serde +async-trait: "0.1"