diff options
author | Aria <me@aria.rip> | 2023-12-14 17:26:35 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-12-14 17:26:35 +0000 |
commit | 965e64e8436b24c8523b738ceac84c5a5599d100 (patch) | |
tree | 5f6fed283b0cc7157c6138a75abcdc1c44ddd9b6 /src/crates/cli/Cargo.toml | |
parent | f3eecabce9197aad27fc6b8eca2ee877f0581b29 (diff) |
feat(profiler): use dataframes for profiling info
Diffstat (limited to 'src/crates/cli/Cargo.toml')
-rw-r--r-- | src/crates/cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crates/cli/Cargo.toml b/src/crates/cli/Cargo.toml index a409d4f..0a3a643 100644 --- a/src/crates/cli/Cargo.toml +++ b/src/crates/cli/Cargo.toml @@ -19,3 +19,4 @@ argh = "0.1.12" glob = "0.3.1" tempfile = "3" nalgebra = "0.32.3" +polars = { version = "0.35.4", features = ["describe"] } |