Skip to content

Commit

Permalink
bash to rust wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 23, 2023
1 parent 3ac8bff commit 36ef9b3
Show file tree
Hide file tree
Showing 6 changed files with 314 additions and 110 deletions.
1 change: 0 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
tasks:
- command: |
./lila-docker start
./lila-docker gitpod-welcome
ports:
- port: 8080
Expand Down
177 changes: 164 additions & 13 deletions command/Cargo.lock

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

2 changes: 2 additions & 0 deletions command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ edition = "2021"

[dependencies]
cliclack = "0.1.6"
colored = "2.0.4"
serde = { version = "1.0", features = ["derive"] }
strum = { version = "0.25.0", features = ["derive", "strum_macros"] }
Loading

0 comments on commit 36ef9b3

Please sign in to comment.