Skip to content

Commit

Permalink
RsPaymentTerminal: initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Dima Dorezyuk <[email protected]>
  • Loading branch information
Dima Dorezyuk committed Mar 19, 2024
1 parent aed024b commit 11ef143
Show file tree
Hide file tree
Showing 12 changed files with 1,973 additions and 42 deletions.
1 change: 1 addition & 0 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ crates_repository(
manifests = [
"//modules:Cargo.toml",
"//modules/RsIskraMeter:Cargo.toml",
"//modules/RsPaymentTerminal:Cargo.toml",
"//modules/rust_examples/RsExample:Cargo.toml",
"//modules/rust_examples/RsExampleUser:Cargo.toml",
],
Expand Down
1 change: 1 addition & 0 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ add_subdirectory(simulation)

if(${EVEREST_ENABLE_RS_SUPPORT})
ev_add_module(RsIskraMeter)
ev_add_module(RsPaymentTerminal)
add_subdirectory(rust_examples)
endif()
Loading

0 comments on commit 11ef143

Please sign in to comment.