Skip to content

Commit

Permalink
rust: add bootstrap sequence
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Buffon <nicolas.buffon@orange.com>
  • Loading branch information
nbuffon committed Nov 12, 2024
1 parent 2b1bee0 commit 0b56377
Show file tree
Hide file tree
Showing 6 changed files with 483 additions and 6 deletions.
1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ features = ["trace", "rt-tokio"]

[dependencies.reqwest]
version = "0.11"
features = ["json"]

[dependencies.serde]
version = "1.0"
Expand Down
1 change: 1 addition & 0 deletions rust/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
/// or to create/store data (e.g. counting pedestrian, vehicles, etc. in a specific area)
#[cfg(feature = "mobility")]
pub mod application;
pub mod bootstrap;
pub mod configuration;
Loading

0 comments on commit 0b56377

Please sign in to comment.