Skip to content

Commit

Permalink
chore: add ledger manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
krigga committed Mar 5, 2024
1 parent c3cb500 commit 772cd5b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ledger_app.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]

[use_cases]
debug = "DEBUG=1"

[tests]
unit_directory = "./unit-tests/"
pytest_directory = "./tests/"

0 comments on commit 772cd5b

Please sign in to comment.