Skip to content

Commit

Permalink
Compile rust transpile as cargo projects (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis authored Mar 22, 2024
1 parent d0ed974 commit e43342f
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 32 deletions.
239 changes: 232 additions & 7 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ edition = "2021"

[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
dirs = "5.0.1"
nom = "7.1.3"
ordered_hash_map = "0.4.0"
sysinfo = "0.30.7"

[dev-dependencies]
divan = "0.1.14"
Expand Down
Loading

0 comments on commit e43342f

Please sign in to comment.