Skip to content

Commit

Permalink
Basic interactive debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
mskvortsov committed Feb 1, 2023
1 parent 81cae5d commit c9d9794
Show file tree
Hide file tree
Showing 5 changed files with 478 additions and 29 deletions.
189 changes: 163 additions & 26 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = 'Apache-2.0'
name = 'tonos-cli'
readme = 'README.md'
repository = 'https://github.com/tonlabs/tonos-cli'
version = '0.31.0'
version = '0.31.1'

[features]
sold = ["dep:sold"]
Expand All @@ -38,6 +38,7 @@ num-traits = '0.2'
qr2term = '0.2'
regex = '1.5'
reqwest = '0.11'
rustyline = '10.1.1'
serde_derive = '1.0'
serde_json = '1.0'
sha2 = '0.10'
Expand Down
Loading

0 comments on commit c9d9794

Please sign in to comment.