Skip to content

Commit

Permalink
Implement basic status command
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-jianliang committed Nov 4, 2023
1 parent afa9019 commit 0219211
Show file tree
Hide file tree
Showing 6 changed files with 443 additions and 26 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tempdir = "0.3.7"
home = "0.5.5"
rustpython-vm = "0.3.0"
rustpython = "0.3.0"
test-log = "0.2.13"

[dependencies.async-std]
version = "1.6"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ Clone this repository and run:
```shell
$ cargo build
```

Loading

0 comments on commit 0219211

Please sign in to comment.