Skip to content

Commit

Permalink
refactor: rewrite in rust (cli) (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am authored Dec 30, 2024
1 parent 3e054d2 commit 1091966
Show file tree
Hide file tree
Showing 71 changed files with 5,120 additions and 3,450 deletions.
7 changes: 7 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[alias]
xtask = "run --package xtask --"
x = "run --package xtask --"

[build]
rustflags = [
# for use with tokio-rs/console
"--cfg",
"tokio_unstable"
]
314 changes: 90 additions & 224 deletions .ghjk/deno.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 1091966

Please sign in to comment.