Skip to content

Commit

Permalink
swc_malloc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 22, 2023
1 parent c62a631 commit e001251
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
57 changes: 57 additions & 0 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 @@ -31,6 +31,7 @@ pacquet-store-dir = { path = "crates/store-dir" }
pacquet-registry-mock = { path = "tasks/registry-mock" }

# Dependencies

advisory-lock = { version = "0.3.0" }
async-recursion = { version = "1.0.5" }
clap = { version = "4", features = ["derive", "string"] }
Expand Down Expand Up @@ -62,6 +63,7 @@ split-first-char = { version = "0.0.0" }
ssri = { version = "9.0.0" }
strum = { version = "0.25.0", features = ["derive"] }
sysinfo = { version = "0.29.10" }
swc_malloc = { version = "0.5.9" }
tar = { version = "0.4.40" }
text-block-macros = { version = "0.1.1" }
tracing = { version = "0.1.40" }
Expand Down
1 change: 1 addition & 0 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ home = { workspace = true }
miette = { workspace = true }
pipe-trait = { workspace = true }
tokio = { workspace = true }
swc_malloc = { workspace = true }

[dev-dependencies]
pacquet-store-dir = { workspace = true }
Expand Down
2 changes: 2 additions & 0 deletions crates/cli/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
extern crate swc_malloc;

mod cli_args;
mod state;

Expand Down

0 comments on commit e001251

Please sign in to comment.