Skip to content

Commit

Permalink
Implement commands crate to handle status command
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPonzi committed Nov 2, 2024
1 parent 6b97256 commit 0013744
Show file tree
Hide file tree
Showing 8 changed files with 361 additions and 346 deletions.
219 changes: 6 additions & 213 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
prost = "~0.13"
anyhow = "~1.0"
tokio = { version = "~1.41", features = ["full"] }
tracing = "0.1"
log = "~0.4"

[dev-dependencies]
tracing-test = { version = "0.2", features = ["no-env-filter"] }
env_logger = "~0.11"

[build-dependencies]
prost-build = { version = "~0.13" }
Loading

0 comments on commit 0013744

Please sign in to comment.